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: support passing settings dict to GoogleAuth #203

Closed efiop closed 2 years ago

efiop commented 2 years ago

This allows programmatic use without having to create a settings file or barbarically modifying GoogleAuth.DEFAULT_SETTINGS.

efiop commented 2 years ago

image