Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
80 views

I'm trying to create notes in Google Keep using API, here is the python script: import sys from google.oauth2.service_account import Credentials from googleapiclient.discovery import build from ...
Rami Sedhom's user avatar
1 vote
0 answers
123 views

I am encountering an error while trying to use the Google Keep API in my application. When I attempt to authenticate and access the API with the scope https://www.googleapis.com/auth/keep, I receive ...
HauLe's user avatar
  • 21
0 votes
1 answer
306 views

I'd like to build an app that interacts with my Google keep data (edit, add, delete). I have created a new Google Cloud project and enabled the Google Keep API as well as created a new service account ...
wasp256's user avatar
  • 6,152
0 votes
1 answer
265 views

I am trying to call the methods to modify Google Keep in my Android application project. Right now I just want to make the builder work that can handle the tasks. Dependencies: implementation("...
Jonelix's user avatar
-2 votes
1 answer
633 views

Background I am using gkeepapi to get the labels of my Google Keep notes: import gkeepapi keep = gkeepapi.Keep() keep.login('[email protected]', 'password') labels = keep.labels() I want to read the ...
Ooker's user avatar
  • 3,400
2 votes
0 answers
715 views

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 ...
Matthew Volpe's user avatar
3 votes
3 answers
3k views

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 ...
Pankaj's user avatar
  • 10.2k