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
{{ message }}
This repository was archived by the owner on Jul 30, 2022. It is now read-only.
Mike Hucka edited this page Apr 17, 2019
·
2 revisions
To make it possible to access the Google spreadsheet, it's necessary to provide Hold It! with OAuth credentials for Google's Cloud API. I used the approach documented by Google for creating a service account and downloading a JSON file containing credentials. Briefly:
Create a service account in the Google GCP Console
From the Service account drop-down list, select New service account.
Enter a name into the Service account name field.
From the Role drop-down list, select Project > Owner
Click Create. A JSON file that contains your key downloads to your computer.