Explore more
Connections
Call Google APIs with the 'HTTP Make a OAuth 2.0 request' module
2min
this article is currently in progress we are actively working to improve the writing style and visual elements, while making sure it reflects the most up to date information this is a step by step guide on calling google apis https //developers google com/apis explorer/ like google drive api https //developers google com/drive/ google tag manager api https //developers google com/tag manager/api/v2/ google docs api https //developers google com/docs/api/ google ads api beta https //developers google com/google ads/api/ google my business api https //developers google com/my business/ google cloud pub/sub api https //cloud google com/pubsub/docs/reference/service apis overview google search console api https //developers google com/webmaster tools g suite groups settings api https //developers google com/admin sdk/groups settings/ g suite directory api https //developers google com/admin sdk/directory/ bigquery api https //cloud google com/bigquery/docs/ google cloud natural language api https //cloud google com/natural language/ g suite reseller api https //developers google com/admin sdk/reseller/ google sites https //developers google com/sites google apps script https //developers google com/apps script gmail api https //developers google com/gmail/api and many more for more information on required apis, scopes, and connection details, please see our documentation for the google service you are using if we don't have a make app available for the google service you want to connect to, refer to that service's api documentation for information regarding required apis and scopes open the google cloud platform apis & services dashboard https //console cloud google com/apis/dashboard?pli=1\&project=black octagon 307307 and login with your google account click create to create a project enter project name and choose location click create click enable apis and services type the name of the api you want to call in the search for api & services field and click on it click enable to enable the api enable api png open the google cloud platform apis & services credentials oauth consent screen tab https //console cloud google com/apis/credentials/consent fill out the form as follows and click save to save the settings open the google cloud platform apis & services credentials https //console cloud google com/apis/credentials click create credentials dropdown and choose the oauth client id option from the menu fill out the form as below and click create to create the app notice that the redirect uri starts with https //www integromat com instead of https //www make com this is currently a known issue in make make was formerly called integromat, which means you can trust this url as much as any make url please make sure all your oauth redirect uris point to https //www integromat com/oauth/cb/oauth2/ a dialog containing app's client id and client secret pops up in make, create a new scenario insert the http > make an oauth 2 0 request module open the module's configuration and click add button next to the connection field to create a new connection tick the show advance settings option fill the connection setup as follows the connection setup should look like this click continue if a popup titled "this app isn't verified" appears, click on the "advanced" link and then on the "go to make (unsafe)" link a window pops up review the permissions and click allow the connection is successfully created configure the module to make an api call