I'm running a version of the package a bit older, but basically I would like to download a file and write it to the downloads folder. I request the permission for storage and I can see in my logs it is granted, but when I try to write the file it gives me an OS error with permission denied.
Being able to write to the external downloads folder on Android without getting permission problems.
install version 4.2.0+hotfix.3 of the package, try to write a file to any folder in external storage
Version: 4.2.0+hotfix.3
Platform:
Update 14-01-2021:
I've updated to the latest version, but still i'm getting permission denied on writing to the Download folder on Android.
Android 11?
@Clashkid155 Android 10, probably should鈥檝e mentioned that
Same problem, But on IOS
Can you confirm that you have added android:requestLegacyExternalStorage="true" under application tag in androidmanifest.xml?
@shatanikmahanty wow, I can't believe I actually forgot to add that tag.. That solved my current issue! My follow up question is actually will it be impossible to access the Download folder from Android 11 on?
https://developer.android.com/about/versions/11/privacy/storage
You can find all information on how to access storage for android 11 from the above link