🔄Google OAuth 2.0

Used to upload videos to YouTube channel

How to use? Just give any name for the connection, press "Add" button, choose your Google account and allow all required permissions.

Also you can overwrite the default Google OAuth 2.0 client using Client ID and Client Secret parameters.

Scope list

Default scope for every new connection:

Parameters

Client ID

{
    Name: "clientId"
    Type: "text"
    Required: false
    Advanced: true
}

Client Secret

{
    Name: "clientSecret"
    Type: "text"
    Required: false
    Advanced: true
}

Last updated