kiwiz / gkeepapi

An unofficial client for the Google Keep API.
MIT License
1.53k stars 114 forks source link

Nothing happening #109

Closed Drarig29 closed 3 years ago

Drarig29 commented 3 years ago

I was trying the https://github.com/Nekmo/gkeep CLI and it wasn't working (nothing was happening) so I tried to use directly your library with a Python script to find the source of the problem.

And I have no error too.

import gkeepapi
gkeepapi.node.DEBUG = True

keep = gkeepapi.Keep()
success = keep.login('myemail', 'mypassword')
print(success)

notes = keep.all()
print(notes)

Here's the output:

$ python gkeep.py
True
[]

I tried with other functions and it's the same.

I precise I don't have 2FA enabled on my account. Also, even the DEBUG mode doesn't print anything.

Drarig29 commented 3 years ago

LOL, sorry it's not the good Google account. I don't have any Keep notes in this one. Sorry for the notification.

Edit: it indeed works now. I'm dumb.

kiwiz commented 3 years ago

Glad you figured it out. :star: