Adding Google Analytics "database" times out after 5000 milliseconds?

Trying to add a new Google Analytics database I'm getting a Time out error:


I've tried reissuing the Google credentials multiple times and I am 100% positive they are correct. Any one else experiencing this?

I believe your issue is being tracked and investigated here: https://github.com/metabase/metabase/issues/3912

Sorry for the hassle!

Hey were you able to resolve this issue? I am getting the same issue. Pretty sure about the access and credentials.

Timed out after 5.0 s

Metabase 0.35.1

@manghat Latest version is 0.35.3
Check the log for more details. Admin > Troubleshooting > Logs.
Make sure a firewall isn’t blocking outgoing traffic to Google.
Check the Google Developer Console to see if you’re hitting the rate limit.
And you’re just experiencing problems because of a slow connection, then use the environment variable MB_DB_CONNECTION_TIMEOUT_MS to set a higher timeout (default is 5000, which is 5 seconds).