Closed Drarig29 closed 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.
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.
Glad you figured it out. :star:
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.
Here's the output:
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.