iterative / PyDrive2

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

auth: add client_json and client_json_dict #206

Closed efiop closed 2 years ago

efiop commented 2 years ago

client_creds_dict was introduced in experimental mode before (a few days back) and wasn't documented. Renaming it into client_json_dict to be consistent with other options.

Introducing client_json for convenience to syncronize with oauth2 storage options so that users can use either dict or json and not be forced to use both of them when authenticating.