davidstrauss / google-drive-recursive-ownership

Tool to recursively give away file and document ownership to another user.
MIT License
268 stars 68 forks source link

This script appears to convert inherited permissions to explicit permissions #7

Open coloradotechie opened 8 years ago

coloradotechie commented 8 years ago

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 :-) ).

davidstrauss commented 4 years ago

I'd be curious on how to fix this one.