Is there a Google Keep API?

Google ApiGoogle Drive-ApiGoogle Keep

Google Api Problem Overview


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.

Google Api Solutions


Solution 1 - Google Api

UPDATE: yes, Google released a public REST API for Keep. Here's the public documentation.

Solution 2 - Google Api

No there's not and developers still don't know why google doesn't pay attention to this request!

As you can see in this link it's one of the most popular issues with many stars in google code but still no response from google! You can also add stars to this issue, maybe google hears that!

Solution 3 - Google Api

I have been waiting to see if Google would open a Keep API. When I discovered Google Tasks, and saw that it had an Android app, web app, and API, I converted over to Tasks. This may not directly answer your question, but it is my solution to the Keep API problem.

Tasks doesn't have a reminder alarm exactly like Keep. I can live without that if I also connect with the Calendar API.

https://developers.google.com/google-apps/tasks/

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionmaxdaniel98View Question on Stackoverflow
Solution 1 - Google ApipinoyyidView Answer on Stackoverflow
Solution 2 - Google ApiIman MirzadehView Answer on Stackoverflow
Solution 3 - Google ApiProgrammersBlockView Answer on Stackoverflow