You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/29 08:37:50 UTC

[GitHub] [cordova-plugin-file] Vatsov edited a comment on issue #426: Storage updates in Android 11

Vatsov edited a comment on issue #426:
URL: https://github.com/apache/cordova-plugin-file/issues/426#issuecomment-751990562


   @HarelM  Yes, I’m trying to read the file which the user selects with `this.fileChooser.open()`
   The interesting thing is that `this.file.checkFile` returns true, but when I try with `this.file.readAsText` it returns `null`
   
   So I decided firstly to copy the file to `this.file.dataDirectory` and after that to read it but the `this.file.copyFile` but returns `FileError {code: 1, message: "NOT_FOUND_ERR"}`


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

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



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