davidstrauss / google-drive-recursive-ownership

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

Update authorization flow to OAuth 2.0 #50

Open AshZhang opened 7 months ago

AshZhang commented 7 months ago

The OAuth out-of-band (OOB) flow has been deprecated since 2022 and no longer works.

The code for the OAuth 2.0 flow was largely copied over from the Python quickstart guide in the Google Workspace API docs.