[Question] Permission denied on mobile #2541
Answered
by
burhansvural
Vallekralle
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Vallekralle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I tried to write to a new file that doesn't exists yet (on mobile). With the code snippet:
When I try this on my pc it works perfectly fine, without any problem, but when I build the apk and install the app on my mobile phone, it shows the error msg:
[Errno 13] Permission denied: '/storage/emulated/0/Download/literallyme.mp4'
. I think my problem is that I need the permission, like when you try to get a file or folder with the FilePicker-Class from flet. I automatically shows an AlertDialog with the permission inquiry.I hope you can help me that would be great 👍
Thank you for reading my question/problem,
Stay safe and have fun programming
Code sample
Error message
[Errno 13] Permission denied: '/storage/emulated/0/Download/literallyme.mp4'
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions