How to add Google Keep API scope?
Asked Answered
A

1

8

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

Asafoetida answered 16/8, 2021 at 12:21 Comment(2)
which product are you using and how do you try to add these scopes?Arun
All actions were in the Google Cloud Platform interface 1. Created a new Project 2. Created OAuth Client ID with Web application type and get Client ID and Client Secret 3. Enabled Google Keep API in Library 4. In the "OAuth consent screen" section, i enter the App name and Support email and try to add scopes using the interface. There i do not find scopes for Google Keep API in the list of scopes, so i try to enter them manually in textbox, but i cant pass the validation and dont know why. When i enabled others APIs in Library i see scopes for them in list of scopes and can add themAsafoetida
S
2

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.)

Sigman answered 29/11, 2021 at 16:52 Comment(3)
Thanks, I was looking for a reason and it's really disappointing... Is there any update on the matter since 2021? For anyone still trying to access Keep by code, this repo seems like a good alternative github.com/kiwiz/gkeepapiKillough
the link to issueexplorer.com/issue/googleapis/google-api-dotnet-client/… is deadCoruscation
recently an enterprise user also has the problem of add Keep API scopesCoruscation

© 2022 - 2024 — McMap. All rights reserved.