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

Note the dependency on oauth2client #22

Closed njsmith closed 6 years ago

njsmith commented 6 years ago

After installing google-api-python-client, I still got an ImportError for oauth2client. After pip installing that as well, the script seems to work. (Thank you by the way, this is super helpful.)