# Google OAuth 2.0

{% hint style="info" %}
**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.
{% endhint %}

### Scope list

Default scope for every new connection:

* <https://www.googleapis.com/auth/youtube> - Manage YouTube channel
* <https://www.googleapis.com/auth/youtube.upload> - Manage videos on YouTube channel

### Parameters

**Client ID**

{% code overflow="wrap" %}

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

{% endcode %}

**Client Secret**

{% code overflow="wrap" %}

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

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://make.inhale.tech/connections/google-oauth-2.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
