Closed DennisDyallo closed 10 months ago
Yes, it is still active and used by many. The problem revolves around the python library versions and Google auth. Did you look at the other similar issues with their fixes?
See issue #62 and see if doing this fixes the problem:
------ Run this command first and then recreate a new Google app password - try it again "pip install urllib3==1.26.1
Solved an issue to me"
Also, try running the script as "Admin" in windows (if you use Linux or Mac try "sudo") - after running the pip command above. Also be sure you're logged out of all Google accounts in any and all browsers (Edge, Chrome, Safari, Firefox), logged back into your primary account in you default browser with Keep, and then generate a new app password on Google for each attempt you try.
@DennisDyallo - I had the same problem on a fresh Windows 10 install - this fixed it for me!
Python version 3.9.1 - no need to run this as Admin
(run the standard KIM install of pip install -r requirements.txt
unless you've done it already)
Create a new temp Google app password and be sure to accept the verification it was you in Google security
Run these 2 commands:
pip install urllib3==1.25.11
pip install gpsoauth==1.0.2
I have not tried it on python 3.11.x yet
Python 3.10.x and 3.11.x made SSL changes that seem to cause issues with Google authentication. @DennisDyallo - see issue #72 on how to solve this.
Thanks, will look into it @djsudduth
@DennisDyallo - PS, the new version 0.6.0 has the new instructions on how to get the Keep Token to run keep-it-markdown
Hi guys! First timer user here. Trying to use this on a Windows 10 machine and Python 3.11. I'm trying to understand if this app is working at all as of this date today, 1 October. I've read through multiple issues and it seems like login problems are a thing :o
I created my app password, ran the program, input my username, Then I've tried both copy pasting my app password as well as writing it char for char. As the Win terminal doesn't show input, I'm not certain that it's actually taking it in at all. Wondering if I'm doing it correctly and if I should give up. It's such a shame. I just realized I've lost many Google notes. Reason unknown. When they were lost? Unknown as well. Don't trust Google with your notes apparently.