What are you trying to achieve?
to create a connection to gmail
Steps taken so far
everything needed
to create a connection to gmail
everything needed
Welcome to the Make community!
You need to set up your personal âprivateâ connection using Google Cloud, BEFORE you click âSign in with Googleâ.
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
Go to API page, end click âEnableâ
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 callback URLs in step 2:
Insert the GCP app client ID and secret here BEFORE clicking âSign inâ
Gmail example:
Hope this helps! Let me know if there are any further questions or issues.
â @samliew