google-oauth2-token
google-oauth2-token copied to clipboard
[Error: Cannot retrieve the token. Timeout exceeded]
this actually worked once and only once. Ever since the first time it worked it's never once again worked. I was wondering if somehow google blacklisted me for using this method and that's why it no longer works?
See: https://github.com/h2non/nightmare-google-oauth2/issues/8
It might be possible that Google changed (again) the login process, so automated web interaction is not possible anymore. I'm not using this package these days anymore, but I used to modify it multiple times in the past every couple of months because Google changed the login forms, so automation should be manually adapted every time.
If you can debug and identify the problem, I'm always open to accept any PR.