-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload was not working in API level 32 in Android #356
Comments
I have the same problem here. As far as I could find out, it is necessary to set the following access in AndroidManifest.xml:
However, Google is very restrictive when it comes to this setting: More information here: In my specific case, I download files for editing. After I edited the file with another app, e.g. Word, I no longer have access to it and I get the same error you described above. Have you found a solution? Here is my Output from Logcat:
|
For anyone still needing a solution, see this post: |
Getting this error when we are trying to upload a file to server
Tried placing android:requestLegacyExternalStorage="true" , but no use
am using Ionic
Please help if any one has solution for this
The text was updated successfully, but these errors were encountered: