You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/27 13:03:34 UTC

[GitHub] [cordova-plugin-file] breautek commented on issue #422: Error thrown when accessing parent folder of cordova.file.externalApplicationStorageDirectory on Android 11

breautek commented on issue #422:
URL: https://github.com/apache/cordova-plugin-file/issues/422#issuecomment-927853047


   The Scoped Filesystem changed introduced in API 29 causes certain directories to become inaccessible. Attempting to read them generally results in simply file not found error (e.g. Error code 1)
   
   https://github.com/apache/cordova-plugin-file/blob/6bab8817e3c14ea7caea7e0a2c9962605103f353/www/FileError.js#L31
   
   I suspect anything up from external root or application root directory will be "out of bounds" for apps to read. Unfortunately, Google isn't clear on which directories specifically will become inaccessible.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org