cermakjiri
released this
18 Nov 09:36
·
10 commits
to main
since this release
Major Changes
-
f836acf: 💥 Use application default credentials as only authentication method.
Migration guide
-
Remove
.env.local
-
Install
gcloud
first - https://cloud.google.com/sdk/docs/install -
Sign-in with Google:
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
-
Fetch spreadsheets:
lokse update
-
In case of getting quote project warning:
gcloud auth application-default set-quota-project <project-name>
-