mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-07 12:26:41 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
19 lines
335 B
Markdown
19 lines
335 B
Markdown
# Permissions
|
|
|
|
## allow-download
|
|
|
|
Enables the download command without any pre-configured scope.
|
|
|
|
## deny-download
|
|
|
|
Denies the download command without any pre-configured scope.
|
|
|
|
## allow-upload
|
|
|
|
Enables the upload command without any pre-configured scope.
|
|
|
|
## deny-upload
|
|
|
|
Denies the upload command without any pre-configured scope.
|
|
|