You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i'm trying to use the library to pick the file and upload as multipart with retrofit.
If I pick the file in Documents or Images, folder the upload goes through fine.
But when I pick the file directly from /Downloads folder it gave me the error
java.io.FileNotFoundException: /storage/emulated/0/Download/2mb.png: open failed: EACCES (Permission denied)
I'm testing with Android 13
Upon the demo app, it can still display the images if I do the same thing.
Any idea what could be the issue, thank you in advance
Hi i'm trying to use the library to pick the file and upload as multipart with retrofit.
If I pick the file in Documents or Images, folder the upload goes through fine.
But when I pick the file directly from /Downloads folder it gave me the error
java.io.FileNotFoundException: /storage/emulated/0/Download/2mb.png: open failed: EACCES (Permission denied)
I'm testing with Android 13
Upon the demo app, it can still display the images if I do the same thing.
Any idea what could be the issue, thank you in advance
The text was updated successfully, but these errors were encountered: