It seems that the google api key debian is using at
/etc/chromium.d/apikeys is out of date. I can't sign in google account
recently. After changing the keys in the file I can sign into my account:
#export GOOGLE_API_KEY="AIzaSyCkfPOPZXDKNn8hhgu3JrA62wIgC93d44k"
#export GOOGLE_DEFAULT_CLIENT_ID="811574891467.apps.googleusercontent.com"
#export GOOGLE_DEFAULT_CLIENT_SECRET="kdloedMFGdGla2P1zacGjAQh"
export GOOGLE_DEFAULT_CLIENT_ID="77185425430.apps.googleusercontent.com"
export GOOGLE_DEFAULT_CLIENT_SECRET="OTJgUOQcT7lO7GsGZq2G4IlT"
The old keys may get denied for some reason since it was added at 2014.
Maybe we can update a new working api key sets for debian package.
Best regards,
Jianfeng