In this article, we will show you how to create your own project in Google Cloud Console and a custom OAuth client. This is useful for connecting restricted Google services, like Google Drive or Gmail, to Integromat.
Prerequisites:
Follow these steps to create a custom OAuth client for Google services:
1. Sign in to Google Cloud Platform using your Google credentials.
2. Open the Dashboard, and click the CREATE PROJECT button.
3. Enter the desired project name, and click the CREATE button.
4. Click the ENABLE APIS AND SERVICES button.
5. Type the name of the service you would like to use (for example, Gmail API, or Google Drive API) in the Search for APIs & Services field.
6. The desired service option should display as you type. Click on the API/service you want to connect to Integromat.
7. Click the ENABLE button to enable the selected API.
8. Go to APIs & Services > OAuth consent screen settings, choose the External option, and click the CREATE button.
9. Fill in the required fields as follows:
For OAuth consent screen section:
Application name |
Enter the name of the app asking for consent. For example: |
User Support Email |
Select your email. |
Authorized domains | integromat.com |
Developer contact information | Enter your email. |
For the Scopes section:
Click the Add or Remove Scopes button to add required scopes.
Scopes for Google APIs |
Add required scopes for the Google service you want to connect to Integromat. The list of required scopes:
|
For the Test Users section (if you are using a GSuite account under an organization):
Click the ADD USERS button to add the email address associated with the Google account you want to connect with Integromat.
10. Open the Credentials settings page.
11. Click the +CREATE CREDENTIALS button, and select the OAuth client ID option.
12. Fill in the required fields as follows, and then click the CREATE button to create the application:
Application type | Web application |
Name | e.g. Integromat |
Authorized redirect URIs |
Add one of the following URIs:
|
13. A dialog containing the app's Client ID and Client Secret is displayed.
14. Go to Integromat, open the Create a connection dialog of the desired Google module (e.g., Gmail or Google Drive), and open the advanced settings by clicking the Show advanced settings checkbox.
15. Enter the Client ID and Client Secret you retrieved in step 14 (above) to the respective fields, and click Continue.
16. Sign in with your Google account.
17. The This app isn't verified window appears.
Click on the Advanced link, and then on the Go to Integromat (unsafe) link to allow access using your custom OAuth client.
18. Click Allow to grant Integromat permission.
19. Click the Allow button to confirm your choices.
Congratulations! The connection to the desired Google service using a custom OAuth client has been established.
This happens rarely, but when it does, we recommend creating another OAuth client.
If this error message is displayed, you haven't enabled the corresponding API in your Google Cloud Platform.
To enable the API, please follow step 4, step 5, step 6, and step 7 as described above.
Google has added the required settings for the Consent screen. You'll need to add the email address associated with the Google account you want to connect with Integromat as a Test user.
1. Sign in to the Google Cloud Platform using your Google credentials.
2. Go to APIs & Services > OAuth consent screen.
3. In the Test Users section, click the ADD USERS button to add a test user. Enter the email address associated with the Google account you want to connect with Integromat, and click Save.
4. Now, go to Integromat, and connect to the desired Google service.