-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow read-write access when opening files with external apps #54
Comments
For my part, I can edit text files perfectly with the DroidFS built-in editor (note that the volume needs to be on a writable location, you can't edit files inside volumes located on external SD cards). |
Okay sorry. So it's a correct behaviour of the app. I can edit a txt file in the droidfs app but not from another app. Is it possible to add an option to allow write access to external app ? Thank you ! |
HI ps |
This has been added with v2.1.0. |
I've enabled 2 unsafe options "Allow opening files with other applications" and "Grant write access", but editing and saving files in a gocryptfs vault using an external app still has no effect. I'm using Markor for editing a .md file. I'm not sure if it is Markor's fault or DroidFS's. |
According the Markor source code, it seems that the file is copied into the app's internal storage if a path can't be retrieved from the intent: GsContextUtils.java:1673. I can confirm that Markor copies files opened from DroidFS in |
Hi, the app currently doesn't allow to edit files. Even if we open it with an external app, when we want to save it, we got an error.
Am I doing something wrong ? Or is it just not compatble ?
Thank you for your work, great to see gocryptfs support on android !
The text was updated successfully, but these errors were encountered: