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 dictionary storage #204

Closed efiop closed 2 years ago

efiop commented 2 years ago

Allows not to save anything to disk, which is useful overall but especially useful when working with env vars, which could be sensitive so saving their value to disk is undesirable.

efiop commented 2 years ago

@shcheklein Ready for review.