gkeepapi.exception.LoginException: ('BadAuthentication', None)
See original GitHub issueI tried to run this code , it gives me the error above.
I tried with the Gmail login and password, then with my email login and an “app password” following these step:
- Enable 2-step authentication in your Google settings.
- Create an app password here: https://myaccount.google.com/apppasswords
- Choose for the app
other
, I named itgkeepapi
and I generated a password. - I user the generated password in the scrip instead of my Google password.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:59 (11 by maintainers)
Top Results From Across the Web
gkeepapi Documentation
I get a “NeedsBrowser”, “CaptchaRequired” or “BadAuthentication” exception.LoginException when. I try to log in.
Read more >gkeepapi - Bountysource
I'm trying to use the API but I'm getting an error: gkeepapi.exception.LoginException: DeviceManagementRequiredOrSyncDisabled.
Read more >Issues · kiwiz/gkeepapi · GitHub
Convert a gkeepapi.node.Note to gkeepapi.node.List ... gkeepapi.exception.LoginException: ('BadAuthentication', None). #81 opened Mar 21, 2020 by WiliTest.
Read more >Google Keep Custom Component and Lovelace card
LoginException( gkeepapi.exception.LoginException: ('BadAuthentication', None). brewston (Tim Jones) March 25, 2022, 12:08pm #43.
Read more >Using Python package gkeepapi to access Google Keep
Here is to log in with keep and use Google account password. If it appears: gkeepapi.exception.LoginException: ('NeedsBrowser', 'To access your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I encountered the same issue on Linux - pinning requests with
pip install requests==2.23.0
as described in https://github.com/simon-weber/gpsoauth/issues/24 fixed things for metry using python3.7.7