A cloud-based note storage application from Google Apps that can store voice notes, lists, images, and use widgets.
Questions tagged [google-keep]
44 questions
298
votes
3 answers
Is there a Google Keep API?
Is there a API for Google Keep? I want to make a windows 8 app for Google Keep, so that it synchronizes with your phone.
I looked into the Drive SDK because Google Keep is a extension of Google Drive, but I couldn't find it.

maxdaniel98
- 6,623
- 6
- 19
- 21
58
votes
0 answers
API for a Google Keep app?
Is there coming API for a Google Keep app?
Would be cool to be able to create a widget for desktop.

Jompu
- 623
- 5
- 4
20
votes
1 answer
Is there a public Google API to access reminders set in Google Now or Google Keep?
The time and location-based reminders in Google Now and Google Keep are different from Google Calendar event reminders. Is there a public API to access these event reminders in Now and Keep?

colintheshots
- 1,992
- 19
- 37
7
votes
1 answer
How to add Google Keep API scope?
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…

Elay Oneass
- 71
- 2
4
votes
2 answers
How does the Google Keep text input work?
I'm looking into creating a text editor for my site and really liked how Google Keep does their text input. At first look based on the HTML, they don't appear use input fields / text areas but rather some sort of javascript mode of input that takes…

Milktea
- 161
- 9
4
votes
2 answers
Is there a Google Keep API and/or a Google library/API that will let me programatically access Keep notes in a *nix script?
Before anyone says this is a duplicate, I did see an older question but it was from 2013 so I thought it time to ask a new one.
Is there a Google Keep API?
My end goal is to have an hourly script running on my server that finds all new Keep notes…

IMTheNachoMan
- 5,343
- 5
- 40
- 89
3
votes
2 answers
How do I open a link from an NFC tag?
I want to write a NFC tag that opens a specific note in Google Keep when touched.
I have an URL in the form of https://keep.google.com/u/0/#LIST/ that does the desired action of opening the note in the installed Google Keep app on my phone when…

Torben E
- 321
- 3
- 12
3
votes
0 answers
Google Vision api to extract text from a Bitmap
I'm trying to develop an application that extracts text from a screenshot and with these data (numbers and texts) I do something. It works but not as I expected, it isn't accurate at all. The strange thing is that the same screenshot at the same…

BitRulez
- 729
- 2
- 8
- 18
2
votes
0 answers
Android Drawer Submenu with Edit Action and Title [Google Keep Example]
I want to have a group in my navigation drawer which has a title and next to the title there should be an edit button like in the new Google Keep App (see example below). Currently I can't find a sleek and working solution.
My menu layout at the…

Valentin Gavran
- 341
- 9
- 21
2
votes
5 answers
Accessing Google Keep data through script?
I am trying to create a script that get the data from a google keep list I was thinking Google Takeout might do part of what I want but I cannot find a API to automate the downloads. Does anyone know a way to grab this data via script (python/bash)…

hehe3301
- 746
- 7
- 17
2
votes
0 answers
How does reminder applications like Google Keep work?
I'm trying to build a NodeJS web service to send out emails at specific times, but in the most efficient way possible.
Google Keep reminder feature is similar to what I want to do. You can schedule a time to be reminded about something. But how does…

Vongdarakia
- 379
- 1
- 12
- 25
1
vote
0 answers
How to add Google Keep API scopes in Google Cloud Console?
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…

Rans
- 569
- 7
- 14
1
vote
1 answer
Do I must have "Google Workspace" account to enable "Google Keep API"?
I keep running into "invalid scope" error while enabling "Google Keep API"
I've tried other APIs like "Google drive API" with same code and it worked,but fail for google keep.
I search on Internet,it seems that I need to have "Google…

Luca HO
- 13
- 2
1
vote
1 answer
edit notes on a Google Keep clone app with React js
I am building a clone of the Google Keep app with react js. I added all the basic functionality (expand the create area, add a note, delete it) but I can't seem to manage the edit part. Currently I am able to edit the inputs and store the values in…

Oriana Abreu
- 41
- 1
- 4
1
vote
0 answers
Offline reminder notification app (Google Keep like) for Android 11 target. How to receive notifications when app is closed?
I searched a lot, but couldn't find nothing clear. Every solution seems outdated. In my app, I need this simple task: the user can enable a daily reminder and select a time in the Time Picker.
Everyday in the selected hour the user should receive a…

ddeveloper
- 53
- 6