-
-
Notifications
You must be signed in to change notification settings - Fork 247
Permissions
Massimo Melina edited this page Jun 22, 2023
·
21 revisions
File permissions are set in Admin-panel > Shared files, by using the "Who can..." fields, or the "Masks" field.
While the "Who can" fields are quite easy to understand, trickier cases are the ones that require the use of "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