Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
86 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 ...
Score of 1
0 answers
137 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 ...
Score of 0
1 answer
341 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 ...
Score of 0
1 answer
270 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("...
Score of -2
1 answer
655 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 ...
Score of 2
0 answers
727 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 ...
Score of 3
3 answers
3455 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 ...