breautek commented on issue #350:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/350#issuecomment-1298572452

   `/storage/emulated/0/Cobaan/folder-document/filename.docx` is not a writable 
path because you're pointing to a custom external storage location. As of 
Scoped Storage enforced in Android API 30, applications no longer have 
permission to create or use custom directories in external storage.
   
   Instead, use your apps internal storage directory (e.g.: 
`cordova.file.dataDirectory` ) or if the files are intended to be shared, use 
one of the predefined external storage directories (e.g. 
`cordova.file.externalDataDirectory` ). Note that the `externalRootDirectory` 
is also not a writable path.
   
   Closing as not a bug.


-- 
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]

Reply via email to