Skip to content

Incorrect scopes url #201

@jltwoo

Description

@jltwoo

{scopes: 'https://www.googleapis.com/auth/spreadsheet'});

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions