Access blocked: integromat.com is not approved by Advanced Protection

I am trying to connect google drive on of a free Google Drive but I can’t even though I went through this tutorial https://www.make.com/en/help/connections/connecting-to-google-services-using-a-custom-oauth-client

Error

Access blocked: integromat.com is not approved by Advanced Protection

The Advanced Protection Program performs additional security checks to safeguard your account data, and it hasn’t approved this app. This security feature stops most non-Google apps and services from accessing your data to keep your account protected. Learn more about this error
If you are a developer of integromat.com, see error details.
Error 400: policy_enforced

So I turned off Advanced Protection and I still have problems to authorize access for make.

Access blocked: integromat.com has not completed the Google verification process

integromat.com has not completed the Google verification process. The app is currently being tested and can only be accessed by developer-approved testers. If you think you should have access, contact the developer.
If you are a developer of integromat.com, see error details.
Error 403: access_denied

Details:

Request details: access_type=offline response_type=code disallow_webview=true redirect_uri=https://www.integromat.com/oauth/cb/google-restricted state=953434343d3a39dc1b2b3 prompt=consent client_id=378343437618-8nmv53gqmgjqvt01ulhgdcs59s.apps.googleusercontent.com scope=https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/drive openid

Welcome to the Make community!

1. Enable the API

Direct Link: Google Cloud console

2. Insert all the known Google Redirect URIs for your app

Direct Link: https://console.cloud.google.com/apis/credentials

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

Here are all the 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.

https://www.make.com/oauth/cb/oauth2
https://www.make.com/oauth/cb/google-custom
https://www.make.com/oauth/cb/google-restricted
https://www.make.com/oauth/cb/google-cloud-speech
https://www.make.com/oauth/cb/google-analytics-4
https://www.integromat.com/oauth/cb/oauth2
https://www.integromat.com/oauth/cb/google-custom
https://www.integromat.com/oauth/cb/google-restricted
https://www.integromat.com/oauth/cb/google-cloud-speech
https://www.integromat.com/oauth/cb/google-analytics-4

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 respective APIs for your custom app in Google Cloud.

3. Publish your GCP OAuth2 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.

1. To do this, go to menu item “OAuth consent screen”

or click here https://console.cloud.google.com/apis/credentials/consent

2. Then click the button below if the Publishing status is not “In production”

4. Configure the HTTP OAuth2 module

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:

3 Likes