I am trying to connect to the Google Keep API using OAuth 2.0, but I cannot add the required scopes in the Google Cloud Console. I have enabled the Google Keep API in the Library section, but when I try to add the scopes in the OAuth consent screen section, I get 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
According to the Google Keep API documentation, this scope is necessary to access the notes and lists in my Google account. However, it does not appear in the list of available scopes, and I cannot enter it manually.
How can I solve this problem? Is there any alternative way to access the Google Keep API without this scope? Or is this a bug in the Google Cloud Console or the Google Keep API?
P.S.: I'm an enterprise user if this is something relevant