I’m trying to create a connection to my Google Drive. I followed all the steps Connecting to Google services using custom OAuth client (make.com)
Not sure why I’m getting this still.
I’m trying to create a connection to my Google Drive. I followed all the steps Connecting to Google services using custom OAuth client (make.com)
Not sure why I’m getting this still.
Welcome to the Make community!
You have to set up your own custom GCP OAuth app.
How to create an OAuth app in GCP: https://www.make.com/en/help/tutorials/calling-google-apis-via-the--http-make-a-oauth-2-0-request--module ← FOLLOW THIS
Find the relevant API here: Google Cloud console
Go to API page, end click “Enable”
Direct Link: https://console.cloud.google.com/apis/credentials/consent/edit
Direct Link: https://console.cloud.google.com/apis/credentials
Here are some known 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.
Once you’ve set these up, you can use/reuse the same Make connection for all the supported Google apps & modules on Make - you’ll only have to enable the APIs for your custom app.
Direct Link: https://console.cloud.google.com/apis/credentials/consent
You might need to set your OAuth application to “Production”, otherwise the credentials expire very frequently.
or click here https://console.cloud.google.com/apis/credentials/consent
You need a “Authorize parameters” key of redirect_uri
with the above Make OAuth2 callback URL.
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 8 callback URLs in step 2:
Insert the GCP app client ID and secret here BEFORE clicking “Sign in”
Gmail example:
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
I’ve tried this like 15 times. I’ve done the HTTP Module version, and the using the Google Drive module. I even created a new project in my Google Cloud console, new OAuth, new credentials. I’m still getting an error. But this time it not 403. It’s now redirect_uri_mismatch
same is coming for me
@autoninja I’m having the same problem you were having at first. Did you figure it out?
Hi there, ninja! The last error message you posted states redirect_uri_mismatch
This means you haven’t added the correct Redirect URI to your Google OAuth app. Please refer to the relevant app documentation on the Make help pages and be sure to use the right URL.
Keep in mind that requests coming from HTTP modules use one URL, app-specific modules use different URLs, and Custom Apps use yet another URL.
Google/Custom App URLs:
HTTP module redirect URL is always https://www.integromat.com/oauth/cb/oauth2
https://www.make.com/en/help/tools/http#make-an-oauth-2-0-request
Hi @autoninja
You need to use the following uri in your console project.
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel