Ive added a new api app in GCS for GA4 & UA data connection to make. I granted credentials and added google analytics scope (I used this authorised domain https://www.integromat.com/oauth/cb/google/). I keep getting the following error when trying to connect via the OAuth 2.0 module:
{“message”:“The request failed due to failure of a previous request.”,“code”:“SC424”,“suberrors”:[{“message”:“Account error (invalid_request)”,“name”:“Error”}]}
Ive rechecked all settings and all is in order. Any ideas, please?
@jaco_west It’s really hard to debug things for these kind of errors on this side of the community
Either you can create a support ticket (since they have access to scenarios) or you hire a Make Expert to solve this.
The connection works but only for a short period (I assume the token expires). To try and mitigate this I created a service account. That does not work as I cant find a way to add an authorised URI to a service account. This is the Make error:
Error 400: redirect_uri_mismatch
You can’t sign in to this app because it doesn’t comply with Google’s OAuth 2.0 policy.
If you’re the app developer, register the redirect URI in the Google Cloud Console.
I have to get offline access, & would therefore require a refresh token which I would store to use again and again, as the normal token expires within 1 hour. Ive not been able to set that up correctly, any assistance would be greatly appreciated