gtaormina commented on issue #568: URL: https://github.com/apache/cordova-plugin-file/issues/568#issuecomment-1538384275
Hi Norman, thanks a lot for the answer. Hi Norman, thank you so much for your quick reply. I had already seen similar Issues but I wanted to be sure about the presence of valid alternatives. I confirm that the path I access is **file:///storage/emulated/0/Download/new.txt** , so the problem is the one you explained. I just have a question about the implementation. You said that if the file is created by my app it is likely that it can be read, but if it is external and it is not MEDIA no. Can you confirm it? I'll explain the cases of my app: - In my app it should be possible to export user profile file (with all the data that I have generated in the app) as a base64 with a format of my choice (*.vu) which was read directly with the readAsText function. This file would be used to carry my app's user data from one device to another. - In my app it should be possible to read text files **(txt, doc, pdf)** to include as document attachments. Here I think you need to access totally external files coming from spaces like **storage/emulated** or google drive. Do you have any suggestions for me based on the above points? Many thanks in advance Giuseppe -- 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