-
-
Notifications
You must be signed in to change notification settings - Fork 247
Permissions
Massimo Melina edited this page May 26, 2023
·
21 revisions
File permissions are set in Admin-panel > Shared files, by using the "Who can..." fields, or the "Masks" field.
Select the folder and enter these rules in the Masks field
"*.zip":
can_read: false
Select the folder and enter these rules in the Masks field
"**.zip":
can_read: false
**
is like *
but applies to subfolders too.
Select the folder and enter these rules in the Masks field
"*.zip":
can_read: true
"*":
can_read: false