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 2021/04/17 12:26:16 UTC

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

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


   Me
   
   > > i wanna save a file, not share a file
   > 
   > You can save a file but you have to use the application directories, which are not accessible to the user, you can use `cordova.file.applicationStorageDirectory` which is read/write.
   > 
   > If you want to save a file for the user to later open (for example a pdf), you have to use `cordova.file.externalRootDirectory`. And right now, on Android 11+ you can't, unless you use the workaround I mentioned.
   
   I need save to a shared folder. (read/write)


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