I’m using the Google Cloud Storage module to upload a CSV file that gets refreshed daily and then queried through BigQuery. The upload itself works, but the connection breaks every single day.
The automation fails with the following message:
AccountValidationError
Failed to verify connection ‘Google Cloud Storage – Project: Internal’. Status Code: 400
When I open the connection settings and re-authorize the account, everything works again. After some hours or the next day the same error returns and the connection needs to be re-authorized once more.
I haven’t found any related issues or an explanation for why the connection keeps expiring. Any guidance would be appreciated.
Here are some commonly-needed redirect URIs you need for your Google Cloud Console OAuth app. If you set these up, you can reuse the same GCP app for other Google apps and modules on Make.
You are also required to insert the legacy URLs below from the old Integromat system that not been migrated to Make yet (same as the above list, but replace “make” with “integromat”):
Note 1: Due to inconsistencies in Make’s implementation of the connections, there are two separate entries where has one is google and another ending in a forward slash google/ - you might need one or the other, so we have to use both!
Note 2: Once you’ve set these up, you can use/reuse the same Google OAuth App ID + Secret for all the supported Google connections and modules on Make - you’ll just have to enable the relevant Google APIs!
4. Create New Connection (HTTP, or respective Google module)
You can find the Client ID and Client Secret in the OAuth2 app you created in GCP, on the right-hand side of where you inserted the callback URLs in step 2:
Daily re-verification sounds like an OAuth token scope or refresh issue rather than a real connection problem. I work more smoothly with long-lived service accounts because they avoid prompts and keep automations stable. Setting up a dedicated key, checking expiration windows, and confirming that Make is using the correct authentication flow usually prevents these interruptions and keeps the workflow running reliably.
I think the issue here might be related to the refresh token. it’s possible to exempt apps from reauthorization by making them “Trusted”. I would request you to mark the Make app as trusted from your Google Admin, as shown below
Also update the Control session for the specific GCP to mark it as trusted and you can define re-auth period to Never require reauthentication (Option1) in the below image