Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Drive permission "add but not edit"

Is there any way to do this?

I want a shared folder, which will be used for resources for a project, I want to allow my developer to add new files which I will then review and use, but not to edit existing ones as then it'll bypass my review. This is for security reasons.

Any ideas? If a solution exists for OneDrive I'd also accept it.

like image 737
g3trans Avatar asked Oct 28 '25 11:10

g3trans


1 Answers

No, that is currently not available. You can only give them edit permission, which includes add and edit.

The best way to achieve this is to script moving any added items into a private or view-only folder.

like image 158
Dan McGrath Avatar answered Oct 30 '25 13:10

Dan McGrath