victorvhpg commented 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. (Create/delete)


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to