This is a step-by-step guide on calling Google APIs like:
from Integromat:
Application name | e.g. Integromat |
Authorized domains | integromat.com |
Application type | Web application |
Name | e.g. Integromat |
Authorized redirect URIs | https://www.integromat.com/oauth/cb/oauth2 |
Flow type | Authorization Code |
Authorize URI | https://accounts.google.com/o/oauth2/v2/auth |
Token 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):
|
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:![]() Should you experience authentication issues e.g. with token refreshing, try adding also the
prompt - consent key-value pair. |