costastf / locationsharinglib

A library to retrieve coordinates from an google account that has been shared locations of other accounts.
MIT License
170 stars 29 forks source link

maps-cookie-getter login blocked #69

Closed oweijers closed 5 years ago

oweijers commented 5 years ago

It looks like google implemented some update in the past few days, which blocks logging into an account with any browser in automated test mode.

maps-cookie-getter opens a browser, but after logging in, the following error pops up:

Error

"You are trying to sign in from a browser or app that doesn't allow us to keep your account secure."

costastf commented 5 years ago

Not much we can do I guess. That renders the cookie getter project useless. I guess it is locale based so it will propably keep working for some people. As part of closing #66 I will try to implement a text version of the cookies on the library so they can be retrieved by an extension of the browser. Closing this since it is the wrong place for it anyway. Thanks for reporting.