google-drive-recursive-ownership
google-drive-recursive-ownership copied to clipboard
This script appears to convert inherited permissions to explicit permissions
I noticed that the API google provides regarding permissions doesn't seem to distinguish between inherited permissions and explicit permissions.
Thus, when I run this script it converts all the inherited permissions to explicit permissions... this was not what I expected (nor hoped for :-) ).
I'd be curious on how to fix this one.