Integration connector for google calendar Error 400: redirect_uri_mismatch

Hi,

I got error when creating google calendar connector : Error 400: redirect_uri_mismatch

Please advise which part I need to check as I already created service account and also created secret manager as per google cloud guide in the google calendar connection integration:

Hi @Fadhli_Fatahillah,

Just wanted to acknowledge your question—still no responses yet, but we’ll make sure it gets noticed and invite others to help out.

And by the way, welcome to the new community! We are glad to have you here engaging in conversations. :smiling_face:

Hey @Fadhli_Fatahillah when you set up your credential set what did you specify as the redirect URL? You should be matching this value to the “Redirect URI” provided once you “Authorize Connection” (should be something along the lines of https://console.cloud.google.com/connectors/oauth?e=13802955&project=myProjectHere)

Thanks!

Matt

1 Like

Hey @Fadhli_Fatahillah

It typically occurs when the redirect URI used by application doesn’t match the one configured in the Google Cloud Console.

Please confirm if you’re using OAuth 2.0 client credentials. If yes, could you please check:

  1. Navigate to https://console.cloud.google.com/apis/credentials

  2. Locate your OAuth 2.0 Client ID.

  3. Under `Authorized redirect URIs`, ensure that the URI your application is using is listed exactly— ensure case sensitivity, trailing slashes, and whether it uses http or https.

    For example, if your application is using:
    https://<your-domain>.com/auth/google/callback
    URI must be included in the list of authorized redirect URIs.

    Please double-check the URI for any discrepancies and update the configuration accordingly.

Could you please confirm if the issue has been resolved, or are you still experiencing it?

1 Like