iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.
https://docs.iterative.ai/PyDrive2
Other
570 stars 70 forks source link

Add limited input device auth #268

Closed zeroday0619 closed 1 year ago

zeroday0619 commented 1 year ago

device auth => https://developers.google.com/identity/protocols/oauth2/limited-input-device

shcheklein commented 1 year ago

@zeroday0619 thanks for making an effort to split things, but it should be done in a way that each PR corresponds to a single feature. In this case, for example, I still see Redis related stuff. The whole purpose of doing two PRs is to simplify the review + it makes it less risky and faster since we can merge and release one by one. Thanks.

shcheklein commented 1 year ago

Closing as stale