willPHPwork commented on issue #603:
URL: 
https://github.com/apache/cordova-plugin-file/issues/603#issuecomment-1709115737

   > You don't need READ permission to write.
   > 
   > There is no specific WRITE permission. All apps can write to external 
storage now. However they cannot modify files owned by other apps. Pre scoped 
storage devices, with `WRITE_EXTERNAL_STORAGE` permission could, but scoped 
storage (effective since API 29) that became a limitation.
   > 
   > Have a read 
https://github.com/apache/cordova-plugin-file#androids-external-storage-quirks 
for more detailed information surrounding Android's Scoped storage model. if 
you need to modify/overwrite a file not owned by your app, then a media store 
plugin is now required.
   
   Thanks for the response. Could you point me in the direction on how to write 
files to the download folder? This was working perfectly fine before Android 
33. 


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