You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Google Drive integration requires a few extra steps not covered in the current repo:
Having a Google dev account
Enabling both Google Sheets and Google Drive API
Creating an Oauth client ID
Downloading a json credentials file and having it added to the docker image
Creating two pickle files (one for sheets, one for drive) through a manual authorization step through the browser when prompted by the application inside a docker container
Keeping the pickle files and adding them to the image to the root of the application/working directory
This isn't ideal and our steps aren't generically documented yet.
The text was updated successfully, but these errors were encountered:
Currently, the Google Drive integration requires a few extra steps not covered in the current repo:
This isn't ideal and our steps aren't generically documented yet.
The text was updated successfully, but these errors were encountered: