We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-samples/sheets/snippets/sheets_batch_update.js
Line 31 in 5b5cce7
The correct scope url should be https://www.googleapis.com/auth/spreadsheets instead of https://www.googleapis.com/auth/spreadsheet
If you use the wrong scope, it will only raised "Invalid Credentials" when the requests are made.
The text was updated successfully, but these errors were encountered:
ab963ce
sqrrrl
davidharcombe
No branches or pull requests
node-samples/sheets/snippets/sheets_batch_update.js
Line 31 in 5b5cce7
The correct scope url should be
https://www.googleapis.com/auth/spreadsheets
instead of
https://www.googleapis.com/auth/spreadsheet
If you use the wrong scope, it will only raised "Invalid Credentials" when the requests are made.
The text was updated successfully, but these errors were encountered: