Create GSuite Connection Activity

create connection for google suite Activities.

The activity that creates connection and authentication for Gsuite activities using specified authentication type.

Input

  • Authentication Type : The authentication type is used to access the GSuite services.

    • ApiKey - A simple API key identifies the application and does not require user authentication. only used in the case of Google Sheets.

    • OAuth2ClientID - A OAuth2ClientID identifies the application and authenticates your application with Google.

    • ServiceAccountKey - Pass a private key as a json file to google cloud client libraries and generate service account credentials at run time.

OAuth Client ID

Output

Last updated