Android forbidden path with @tauri-apps/plugin-fs create() #1914
Labels
bug
Something isn't working
platform: android
Android specific issues
plugin: fs
Includes former "fs-extra" and "fs-watch" plugins
[@tauri-apps/plugin-fs create()]
Error: Uncaught (in promise) forbidden path: /storage/emulated/0/Android/data/com.flomesh.ztm/files/Documents/Readme.txt
"/storage/emulated/0/Android/data/com.flomesh.ztm/" is my app private directory.
And the relevant read and write permissions have been applied for
And I set up capabilities:
Also no permission under Android, but iOS / macOS can work normally.
So I think it might be a bug
tauri-plugin-fs = "=2.0.1"
The text was updated successfully, but these errors were encountered: