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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
