Status Update
Comments
la...@gmail.com <la...@gmail.com> #2
Sorry i forgot to mention this was tested with a normal gmail account as well as a Workspace domain account.
se...@google.com <se...@google.com>
se...@google.com <se...@google.com> #3
Hi,
Thank you for reporting this behavior.
I have been able to reproduce it and have forwarded it internally.
Regards.
lo...@google.com <lo...@google.com> #4
Hello, thanks for your patience.
In the current state,
You can reach the resource following this path Admin Console> API Controls> Security> Domain-wide Delegation
If you have more doubts on how to use or configure Domain-Wide delegation, you can follow this
Cheers!
[Deleted User] <[Deleted User]> #5
For Google Keep API use, Can we need mandatory to purchase Enterprise account?
Thanks
[Deleted User] <[Deleted User]> #6
Please provide any update on it.
Thanks
[Deleted User] <[Deleted User]> #7
Please provide any update on it.
Thanks
gi...@gmail.com <gi...@gmail.com> #8
Hello, Is there any update on this front on normal, gmail accounts?
ja...@gmail.com <ja...@gmail.com> #9
If it is true, then maybe just re-brand the API. It's not Google Keep API if you can only access through another product. This sounds like a Google Workspaces API. It's usable only by Workspace customers that has the neat feature of access Keep-like content.
wo...@gmail.com <wo...@gmail.com> #10
og...@gmail.com <og...@gmail.com> #11
I would like to see this available for regular user accounts too - it's a great service and it's unclear why this API cannot be accessed by regular Google accounts
dr...@gmail.com <dr...@gmail.com> #12
Can we get an re-evaluation on how this would be considered intended? Feel like I should be able to at least readonly my own Keep Notes from an API for better accessibility.
as...@gmail.com <as...@gmail.com> #13
Appreciate a clearer response and path forward on this thread from Google for availablity of keep api for regular users.
br...@gmail.com <br...@gmail.com> #14
bc...@gmail.com <bc...@gmail.com> #15
ad...@gmail.com <ad...@gmail.com> #16
Just to ensure I understand this correctly this is only meant to work for Enterprise Google Workspace accounts.
So this is not meant to work on normal Business Google Workspace accounts, if so I'm not sure why that should be the case given it's relatively basic functionality.
With the use of apps like Akiflow to connect API's Google runs the risk of losing users of Keep if it makes the API's unavailable to their users.
Thanks
ba...@gmail.com <ba...@gmail.com> #17
ch...@rtbrick.com <ch...@rtbrick.com> #18
I need a way to create notes via api call.
Any updates?
co...@gmail.com <co...@gmail.com> #19
My opinion is in a year or so we will see Google Keep in
I wanted to make an integration with Home Assistant, so users could see their Keep lists directly in home assistant, but I guess the solution is finding something else instead and move as further away from google as possible.
Only some of the "integration" projects I been looking into last days that are affected by current changes that are unable to fetch information from Google Keep anymore:
It's truly a shame, but there are better alternatives out there anyway.
ur...@gmail.com <ur...@gmail.com> #20
Could anyone find a working method to connect to the Google Keep API?
ha...@gmail.com <ha...@gmail.com> #21
This personally forces me to transition to something like Microsoft Todo, since I can't integrate Keep into my own applications.
It also means I will have to completely trash my idea for a nice PowerToys Run plugin for Keep.
mm...@mafro.net <mm...@mafro.net> #22
I'm very surprised this is only because I'm an "enterprise" customer! (There's only 2 users on my Workspace account)
cd...@puehringer.at <cd...@puehringer.at> #23
- additional scopes like gmail, drive, ... (it works only with
- OAuth 2.0 Desktop Clients (WEB-Clients are fine)
With Postman an the following scopes (
With my Desktop App the error occures
Pre-Work done: Google Workspace Admin --> Security --> Access and data control --> API Controls --> Manage Domain-Wide Delegation --> Add New API Cient
Description
If we check the documentation for Notes.list method you will notice that it states that you need to use one of the following scopes
I have tested it with the following C# code
In both instances I get the following error message
As you can see from the error message this the library is passing the proper scope as documented. Its the Google keep api itself that is refusing the scope.