gkeepapi icon indicating copy to clipboard operation
gkeepapi copied to clipboard

Logging in process - Browser exception error

Open moshkh opened this issue 1 year ago • 5 comments

Hi,

I'm a new user of this client. I've followed the getting started specifically logging in code example within the docs.

However I'm running into the browser exception error.

I have 2FA setup alongside using an app password.

Is someone able to explain the process of getting this running?

moshkh avatar Feb 25 '24 14:02 moshkh

Depends? What python3 version are you on and what platform?

kyrlon avatar Mar 01 '24 03:03 kyrlon

I'm running Python 3.8.10 on Ubuntu 20.04.6

moshkh avatar Mar 01 '24 17:03 moshkh

can you show your example code? If not, might be a stretch can you choose a different python3?

kyrlon avatar Mar 07 '24 21:03 kyrlon

Try using the newest version of the library with the authentication steps outlined here: https://gkeepapi.readthedocs.io/en/latest/#obtaining-a-master-token

kiwiz avatar Apr 14 '24 18:04 kiwiz

I was in a similar situation with a very similar issue.

You need to ensure you get the OAuth Token from here: https://accounts.google.com/EmbeddedSetup

newbprogrammerpi avatar Apr 21 '24 20:04 newbprogrammerpi