google-drive-recursive-ownership
google-drive-recursive-ownership copied to clipboard
Tool to recursively give away file and document ownership to another user.
How do we use this tool with the newer style "Shortcut to Drive" shared folders? when google used to "add to my Drive" these shared folders work like any other...
Hi, I am unsure if it is a problem or not, I could not find a simple hint in the code. If I use the `X/Y` path, It recursively changed:...
Hi, I'm a newbie and having trouble installing this on a Windows machine. Any assistance would be greatly appreciated. -Danny
I keep getting this error, I think it's because of what I put on redirect_uris. But I'm not really sure what I am supposed to put there. Please help me
I am trying to use this tool, and so far I think it's pretty nifty. I am struggling with what I believe to be a `client_secrets.json` problem. When running `transfer.py`,...
Is it possible to update the code to work with google drive api v3? (enhancement) since authentification method works quicker for the new ones setting up this script to work?
The current script will fail with lots of folders and filenames. I can get past the `UnicodeEncodeError:` with this: ``` reload(sys) sys.setdefaultencoding('utf-8') ``` But then it goes on but nothing...
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...
I have error: ``` Creating new ownership permissions. Traceback (most recent call last): File "transfer.py", line 135, in process_all_files(service, grant_ownership, {'permission_id': permission_id, 'show_already_owned': show_already_owned }, minimum_prefix_split) File "transfer.py", line 112,...
Recommending new syntax: ``` python transfer.py [--quiet] NEW_OWNER_EMAIL PATH ... ``` This allows specifying multiple paths. Also related to another issue (#11).