breautek commented on issue #502:
URL: 
https://github.com/apache/cordova-plugin-file/issues/502#issuecomment-967137563


   See [Where to Store 
Files](https://github.com/apache/cordova-plugin-file#where-to-store-files)
   
   Generally speaking, I'd advise against using the `cordova.file.external*` 
paths (which all translate to `/storage/emulated/0/` on android, unless you 
have a really good reason to use them. External paths are very restrictive, 
especially as of API 29.
   
   If you're storing app files, the recommended path would be 
`cordova.file.dataDirectory`


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