You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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