breautek commented on PR #566:
URL: 
https://github.com/apache/cordova-plugin-file/pull/566#issuecomment-2081531984

   > So, how about permission to read document like pdf, world and xls from 
external storage (emulated/0/Download/.....)
   > 
   > i tried copyTo but still error ( error code : 1)
   
   Android has no permission for documents, and by extension doesn't support 
documents via the file API while working with external storage. Instead you 
have to use a plugin that interfaces with the native MediaStore API to work 
with document files. More info on this is noted 
[here](https://github.com/apache/cordova-plugin-file?tab=readme-ov-file#androids-external-storage-quirks).


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to