I am looking for the most efficient way to make a folder readonly for all users. Make everyone except for the admin user Viewer only permission to the folder, any subfolders and all files under a folder.
Question:
1. Do I need to traverse all folders and files and change permissions or is there a better way to accomplish this?
2. I would like to avoid triggers if any to the files and folders. Does this qualify as change and if there are any events attached, do they get triggered? If so, I would first like to disable the triggers.
NOTE: I am new to box API.