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;
Then you will get a popup menu like below fig, then click on NEW PROJECT;
Then this screen will appear fill the details and click on create to create a project.
Now navigate through the left placed menu and click on Enable APIs & services
Then Click on ENABLE APIS AND SERVICES
Now search for Google Sheets API and click on the link shown below
Click on ENABLE and it’ll redirect you to a page
Again Go to Enable API and Services and now search for Google Sheets API and click on the link shown below
Click on ENABLE and it’ll redirect you to a page
Now navigate through the left placed menu and click on OAuth consent screen
Select External and Click on Create
Here, Fill all the required details and click on save and continue
Add below URLs in Authorized domain
Integromat.com
Then click on ADD OR REMOVE SCOPES
Then in this popup menu search for Google Drive API and select the marked scopes and click on update.
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
Now, click on “PUBLISH APP” and confirm.
Here click on Credentials
Select OAuth Client ID available under the option “CREATE CREDENTIALS”
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
Then You will get your Client ID and Client secret which needs to be used while adding a connection