How to avoid the possibility of sharing the parent folder?

Hi,

having a folder structure like the following:

PARENT_FOLDER
\SUB_FOLDER1
\SUB_FOLDER2
\SUB_FOLDER3
.…

All the users can freely create new SUB_FOLDERS and share them, and that is fine.

BUT… Is there the possibility to avoid the chance of sharing the entire “PARENT_FOLDER” (thus, giving access to all the SUB_FOLDERS…) ?

thank you

Not sure if you can try to do that with the workflow app, so that some rules just apply to the parent folder only. Or if you can write your own workflow that could allow that.

Dirty workaround: try with the API to check on a regular basis if the folder was shared and un-share if it was shared by accident.

1 Like