1 of 20

How to get Client Id and Client Secret from Google Cloud Console

1. Navigate to the link => https://console.cloud.google.com/

After Sign-up/Login, click on the menu that is marked with the red colour in the given figure;

2 of 20

Then you will get a popup menu like below fig, then click on NEW PROJECT;

3 of 20

Then this screen will appear fill the details and click on create to create a project.

4 of 20

Now navigate through the left placed menu and click on Enable APIs & services

5 of 20

Then Click on ENABLE APIS AND SERVICES

6 of 20

Now search for Google Sheets API and click on the link shown below

7 of 20

Click on ENABLE and it’ll redirect you to a page

8 of 20

Again Go to Enable API and Services and now search for Google Sheets API and click on the link shown below

9 of 20

Click on ENABLE and it’ll redirect you to a page

10 of 20

Now navigate through the left placed menu and click on OAuth consent screen

11 of 20

Select External and Click on Create

12 of 20

Here, Fill all the required details and click on save and continue

Add below URLs in Authorized domain

Integromat.com

13 of 20

Then click on ADD OR REMOVE SCOPES

14 of 20

Then in this popup menu search for Google Drive API and select the marked scopes and click on update.

15 of 20

Then again in this popup menu search for Google Sheets API and select the marked scopes and click on update. Once done, Click on save and continue in the app

16 of 20

Now, click on “PUBLISH APP” and confirm.

17 of 20

Here click on Credentials

18 of 20

Select OAuth Client ID available under the option “CREATE CREDENTIALS”

19 of 20

Add Authorized redirect URIs: https://www.integromat.com/oauth/cb/app

Here select Application type as web application and fill the required details. Once done,click on CREATE

20 of 20

Then You will get your Client ID and Client secret which needs to be used while adding a connection