-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to authenticate #163
Comments
having same problem |
Forgot to reference:
|
I just uploaded |
I'm still stuck in the same boat. I can't retrieve the master token, only the "quick" auth token. Still trying to figure that out. |
Just to double check, are you passing that token directly to |
@kiwiz there ya go! Thanks a ton! Following the instructions at https://github.com/simon-weber/gpsoauth#alternative-flow nabbed me the master token and I was able to authenticate with gkeepapi. Thanks! :) |
Please make sure you've done the following before submitting your issue:
Additionally, please provide the following information:
I'm using
resume.py
as my test bed, with no alterations.I have 2FA on my Google account. I created an app password at https://myaccount.google.com/apppasswords. Using that app password, with or without the given spaces, I receive:
I tried following the notes at the bottom of #81 linking me to @rukins method of manually obtaining an oAuth token, and I very quickly attempted to use that token in
keep.resume()
receiving[INFO] Invalid token
as a result.Using the password method, judging by the response that I got, it appears that gkeepapi isn't handling the callback and allowing me to 2FA? Not certain, but this is where I'm at. :)
The text was updated successfully, but these errors were encountered: