hydrococcous commented on issue #356: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/356#issuecomment-1401588180
I have the same problem here. As far as I could find out, it is necessary to set the following access in AndroidManifest.xml: ` <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> ` However, Google is very restrictive when it comes to this setting: More information here: [https://developer.android.com/training/data-storage/manage-all-files#all-files-access-google-play](url) In my specific case, I download files for editing. After I edited the file with another app, e.g. Word, I no longer have access to it and I get the same error you described above. -- 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]
