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
The suggestion is to update the docs with: const {client_secret, client_id, redirect_uris} = credentials.web;
or alternatively, for the default key of the downloaded JSON to be installed rather than web.
I would assume updating the docs accordingly is easier.
The text was updated successfully, but these errors were encountered:
When downloading and inserting your credentials.json, the credential's default key is
"web"
.At startup time this creates a failure because of the following line of code:
node-samples/slides/quickstart/index.js
Line 43 in 5b5cce7
The suggestion is to update the docs with:
const {client_secret, client_id, redirect_uris} = credentials.web;
or alternatively, for the default key of the downloaded JSON to be
installed
rather thanweb
.I would assume updating the docs accordingly is easier.
The text was updated successfully, but these errors were encountered: