-
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
gkeepapi.exception.LoginException: (u'NeedsBrowser', u'To access your account, you must sign in on the web. Touch Next to start browser sign-in.') #95
Comments
Different error, but resolution is the same as here: #81 |
Closing since the issue appears to be resolved. |
Dear s-kaczmarek, please would you tell me how did you particularly solved the issue? I'm having the same problem ('NeedsBrowser', 'To access your account,..) I tried everything mentioned in the thread but still the same. I'm trying to log in to my university-google account. I turned on 2FA, set up app password, updated Python first to 3.7.7, then to 3.8 still no luck. Then tried with regular password followed the captcha link, still the same. Do you think the problem could be the fact that it is not a "regular" google account? (I'm able to log in to my non-educational private gmail without any problems) |
Hi, I did just steps described here: #81 and it worked like charm.I'm concerned about this capcha part. It is all supposed to work automatically without any capcha. I think it would be best if you just try on your personal account first. |
I was having this issue, on Windows Python 3.10.7, even though a couple years ago everything was working. Even though I'd installed I created a fresh venv and the error went away. Older, broken enviornment:
(So one of the other old deps must also be at fault, maybe New environment where I just installed
|
I was getting the |
Hi,
I was trying to test example provided in readme. When I run this example i get error:
gkeepapi.exception.LoginException: (u'NeedsBrowser', u'To access your account, you must sign in on the web. Touch Next to start browser sign-in.')
I provided valid login credentials in success = keep.login()
The text was updated successfully, but these errors were encountered: