This is a step-by-step guide on calling Google APIs like:
-
and many more
-
Open the Google Cloud Platform APIs & Services dashboard 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.
-
Open the Google Cloud Platform APIs & Services Credentials OAuth consent screen tab.
-
Fill out the form as follows and click Save to save the settings:
Application name
e.g.
Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More
Authorized domains
Make.com
Integromat.com
-
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:
-
A dialog containing app’s Client ID and Client Secret pops up.
-
In Boost.space Integrator, create a new scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More.
-
Insert the HTTP > Make an OAuth 2.0 request moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More.
-
Open the module’s configuration and click Add button next to the ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More field to create a new connection.
-
Tick the Show advance settings option.
-
Fill the connection setup as follows:
Flow type
Authorization Code
AuthorizeURI
https://accounts.google.com/o/oauth2/v2/auth
TokenThe API token is a multi-digit code that allows a user to authenticate with cloud applications. More URI
https://www.googleapis.com/oauth2/v4/token
Scope
Add all the scopes the API call requires (check also OAuth 2.0 Scopes for Google APIs for a complete list of scopes):
-
Google Cloud Pub/Sub API – see CloudPub/Sub reference for per-method OAuth scopes (e.g. Method: projects.topics.publish)
Scope separator
SPACE
Client ID
The content of the Here is your client ID field from step 11.
Client Secret
The content of the Here is your client secret field from step 11.
Authorize parameters
Add
access_type
–offline
key-value pair: -
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 Boost.space Integrator (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: