breautek commented on issue #334: URL: https://github.com/apache/cordova/issues/334#issuecomment-1263028210
> but now with scoped storage it is not practical if I want to allow the user to choose where they want to save the file. Why isn't it practical? Scoped storage did add some restrictions, such as making the external root directory (either sdcard or emulated) an non-writable path, but apps can still write to the predefined folders such as external Pictures, Audio, etc. You can also read files from external storage that was written by the app. Reading files written by other apps still requires the `READ_EXTERNAL_STORAGE` permission, which cordova-plugin-file handles. -- 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]
