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
The decision was to not change the code.
On Android 10+ the Filesystem plugin already returned errors because it's not accesible.
It has been documented that it's not accesible on Android 10+ on #2663, so closing.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
getExternalStoragePublicDirectory
has been deprecated on Android 10 and files there are no longer accessible.We use it in
Filesystem
plugin for"DOCUMENTS"
directory.So options are:
We also used it in the Camera plugin, but has been removed (#2559)
The text was updated successfully, but these errors were encountered: