# Youtube

* First create your own Youtube channel. Follow [this link](https://support.google.com/youtube/answer/1646861?hl=en) for more information.
* Go to <https://console.cloud.google.com/> and login with your Google account
* Select the resource (1), and after that click on "New project" (2)

<figure><img src="/files/z9VPsmfK30Re9uX50utQ" alt=""><figcaption><p>Create a new proejct</p></figcaption></figure>

* After the project has been created, click on "APIs & Services" (1), and after that on "Enabled APIs & services" (2)

<figure><img src="/files/DtlX7X3pnwKO3ZxirE3w" alt=""><figcaption><p>Enable APIs &#x26; services</p></figcaption></figure>

* Click on "Enable APIs and services"

<figure><img src="/files/xoiBd1ySUNUyaD1yEDyl" alt=""><figcaption></figcaption></figure>

* Search for: "Youtube data api v3"

<figure><img src="/files/uSuIrv3bFv5jz7fYLe1a" alt=""><figcaption><p>Youtube data api v3</p></figcaption></figure>

* Click on "Enable"

<figure><img src="/files/uRE5psBOomkKmJXUnEKn" alt=""><figcaption><p>Enabling Youtube data API v3</p></figcaption></figure>

* Click on "OAuth consent screen"&#x20;

<figure><img src="/files/GzkOQmkZIlEJqz2DhSoX" alt=""><figcaption></figcaption></figure>

* Select "External" (1) and hit "Create" (2)

<figure><img src="/files/GDoWi7v1vKdamt47KCwk" alt=""><figcaption></figcaption></figure>

* Here fill the required details and click on save and continue, add "integromat.com" as the authorized domain and hit "Save and continue"

<figure><img src="/files/0vjPoZDQPtkCFtw3uGS3" alt=""><figcaption></figcaption></figure>

* Hit "Add or remove scopes"

<figure><img src="/files/L3qRnACGmDTQmTjq9DsT" alt=""><figcaption></figcaption></figure>

* Search on "Youtube" and enable these two APIs, hit "Update" at the bottom, and click on "Save and continue"

<figure><img src="/files/l2LLQ2seUz9mvCo4BHi1" alt=""><figcaption></figcaption></figure>

* Hit "Add users", provide your mail address and hit "Add" and click on "Save and continue"

<figure><img src="/files/GNXwKmEkFhRM6doFlJZx" alt=""><figcaption></figcaption></figure>

* Click on the left side on "Credentials"

<figure><img src="/files/XOzqyfnmsA9rpB7nPNUE" alt=""><figcaption></figcaption></figure>

* Click on "Create credentials" (1) and after that on "OAuth client ID"

<figure><img src="/files/jdwPSlBA2rVdq56O9Rtz" alt=""><figcaption></figcaption></figure>

* Select "Web application" as the application type

<figure><img src="/files/jyiyLuYeQ87JOOBG8dft" alt=""><figcaption></figcaption></figure>

* Set the Authorized redirect URIs on: <https://www.integromat.com/oauth/cb/app> (1) and hit "create"

<figure><img src="/files/kx674D6I6krik697ynA5" alt=""><figcaption></figcaption></figure>

* Download the JSON file
* <mark style="color:red;">You will get an invitation mail from</mark> <mark style="color:red;"></mark><mark style="color:red;">**Make**</mark><mark style="color:red;">, open this mail and accept the invitation. Keep the tab opened (logged in), and go to the next step to create the "connection"</mark>
* Provide the client ID and client secret within ContentRocket:

<figure><img src="/files/vPStuQy8REYOwvRu2M8H" alt=""><figcaption></figcaption></figure>

* After clicking on proceed to connect, make sure to select your Youtube channel Gmail account.
* <mark style="color:orange;">We have noticed that after uploading via ContentRocket to some WordPress versions, images and other assets are not displayed correctly (actually. they are not shown). To temporarily fix this issue, log in to WordPress, click "Edit" on the affected content, and then save it again. This will ensure that the assets render and display correctly.</mark>


---

# 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://docs.contentrocket.io/connections/youtube.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.
