Access files written by other applications on Android? #11090
Replies: 1 comment 1 reply
-
|
did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm building a Tauri v2 Android app that can read and write files in
/storage/emulated/0/Documents/. My app can access the files it creates, but I can't read files that are created by other apps, like Nextcloud, in the same folder.I've set the following permissions in
mobile.json, but I also tried setting the actual path I am trying to use:I feel like I have tried everything, but perhaps I am doing something wrong that is obvious to someone with more Tauri experience? Is it even possible to access files created by other applications? I appreciate any help that I can get.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions