bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
489 stars 53 forks source link

Google Drive OAuth implement #53

Closed djhmateer closed 1 year ago

djhmateer commented 1 year ago

Have a PR coming which allows a token rather than a service account to be used. Token refreshes handled too.

Using OAuth to get around 15GB limit of service accounts on drive storage:

https://davemateer.com/2022/04/28/google-drive-with-python

djhmateer commented 1 year ago

Closing this as done in latest merge.