andrepolischuk / keep

Desktop app for Google Keep packaged with Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couldn't sign you in

benderCRC opened this issue · comments

After entering in my account, I see this...
goo

I was able to get it to work by copying the files from "AppData/Roaming/Keep/" from a computer that was already signed in, but it has now logged me off and I can not log back in.

See timche/gmail-desktop#174, seems like the author needs to expose a way to edit the user agent for the workaround to work.

Hello, I have found how to resolve this issue...

Open the application and click "View" -> "Toggle Developer Tools"

Then select the 3 dots at the very right and click "More tools" -> "Network conditions"

keep1

Next at the very bottom under "User agent" uncheck "Select automatically" and paste in the string:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0

keep2

This setting will persist and resolve the issue.

Hello, I have found how to resolve this issue...

Open the application and click "View" -> "Toggle Developer Tools"

Then select the 3 dots at the very right and click "More tools" -> "Network conditions"

keep1

Next at the very bottom under "User agent" uncheck "Select automatically" and paste in the string:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0

keep2

This setting will persist and resolve the issue.

not working for me that workaround