#request file system permissions

3 messages · Page 1 of 1 (latest)

wicked tide
#

looking for a way to request file system permissions when the user tries to open a file in our app that is not in our defined "scopes"
I thought there was a way to do this with tauri, but if not maybe i can use some sort of os native approach?

fresh goblet
#

I thought there was a way to do this with tauri,
If you use tauri's built-in file dialogs it will extend the scope automatically. You can persist that scope with the persisted-scope plugin

wicked tide
#

so we cant use the built in dialog because this happens on double click of a file in the users's file explorer / finder outside the app