Error 400: redirect_uri_mismatch - when trying to connect my Google slides and make.com

What are you trying to achieve?

I am trying to connect my google slides with make.com , such that my slides will be edited.
At first I did normal connection without advanced settings (without client ID and secret key) and it gave me [403] Request had insufficient authentication scopes.

Then I created and configures the google console project for google slides as per the instruction given by make.com

  1. Create project
  2. Enabled APIs
  3. Configure your OAuth consent screen for Google Slides

I followed every step given in make.com and tried to connect with the Client ID and secret key and it gives me Error 400: redirect_uri_mismatch

Steps taken so far

After going through many support tickets I have added all the possible URIs, but still I am getting the same error .

Screenshots: scenario setup, module configuration, errors

Hi Chithra, welcome to the community.

You can try adding a “/” character after each url and it should work. Example https://www.integromat.com/oauth/cb/google/ or https://www.integromat.com/oauth/cb/google-restricted/

1 Like

@abhilash_naik Thanks so much !! This worked