Questions tagged [google-keep-api]

The Keep API is used in an enterprise environment to manage Keep content and to resolve issues identified by cloud security software.

The Google Keep api allows you to

  • Create notes
  • List notes
  • Modify note permissions
  • Retrieve notes and attachments
2 questions
2
votes
2 answers

Google keep api responds with invalid scope when using documented scopes

Above the issue I am trying to fetch access token to read data from my own google account using vb.net window forms application . Am I missing anything? Why should it open web browser for authorization? I just need to access my own data only. Window…
Pankaj
  • 9,749
  • 32
  • 139
  • 283
0
votes
0 answers

Getting HttpError 400 "Request contains an invalid argument" when accessing Google Keep Api

I am trying to create a note via a python script, but keep getting this error. If I knew which argument was invalid I could fix it, but this is a very vague error message. My script uses a service account and client side file to authenticate, and it…