Elay Oneass
Elay Oneass

Reputation: 101

How to add Google Keep API scope?

I am trying connecting to Google Keep API but i cannot add scopes in Google Cloud Console.

I have enabled Google Keep API in Library but still can't add scopes to access this API. I am getting this error:

The following scope(s) were not added because they are invalid. Please update or remove these scopes: https://www.googleapis.com/auth/keep https://www.googleapis.com/auth/keep.readonly

screen

Upvotes: 10

Views: 3262

Answers (1)

Jamie Bort
Jamie Bort

Reputation: 141

I am running into the same issue. Upon further digging I found this explanation:

This API is an enterprise-only API used to create and manage the Keep notes within your domain, ...

Which was found in the Google Keep API documentation.

(Thanks to amanda-tarafa on 2021-09-03 found [here]2. EDIT: the link is now dead.)

Upvotes: 4

Related Questions