danicarla commented on issue #454: URL: https://github.com/apache/cordova-plugin-file/issues/454#issuecomment-965639667
> As of API 29, scoped storage was introduced. API 29 offered a flag to opt out of scoped storage, but in API 30, that flag is ignored and scoped storage is always enforced. > > By default, without the `READ_EXTERNAL_STORAGE` permission, any files that **is not** created by your app will be hidden (e.g. attempting to read them will result in a file not found error). I have a [fork](https://github.com/breautek/cordova-plugin-file/tree/feat/api30) that might help with this issue. > > Listing directories never checked/request the `READ_EXTERNAL_STORAGE` permission, and I have a PR that addresses this. How do I use your "FORK"? -- 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]
