This FAQ will tell you what to do in the event of a forgotten password.
Sometimes your token from Google will expire.
Open up the JavaScript console. Try to log in with Google Auth, see if there are any error messages in the JavaScript console indicating an invalid account.
Also open up your server logs, and see if there are any errors related to authentication. If there are, try recreating the token.
Remove the old token from the Google Auth SSO tab in the Admin Panel and create a new one. If the root cause was an invalid auth token, this should fix the problem.
While you can always look for the logs Metabase leaves on your server file system (or however you collect logs), if you are logged into Metabase with an admin account you can also access them from the Logs tab in the Troubleshooting section of the Admin Panel. To get to the Admin Panel, click the gear icon in the top-right of Metabase.
Metabase will send debugging information and errors to your browser’s developer console. To open the developer console, follow the instructions for your web browser of choice: