# YouTube

### Step 1 Go to the Credentials Page[](https://docs.postiz.com/providers/youtube#step-1-go-to-credentials-page)

Make sure you are logged in to your Google account and visit the [Credentials - APIs &amp; Services<span class="nx-sr-only nx-select-none">(opens in a new tab)</span>](https://console.cloud.google.com/projectselector2/apis/credentials) page. Make sure to read the terms and conditions and "Agree and Continue".

### Step 2 Create Project[](https://docs.postiz.com/providers/youtube#step-2-create-project)

Create a new project by clicking on the "Create Project" button.

### Step 3[](https://docs.postiz.com/providers/youtube#step-3)

Fill in the project name, and details and click "Create".

### Step 4 Create OAuth Credentials[](https://docs.postiz.com/providers/youtube#step-4-create-oauth-credentials)

Create credentials by clicking on the "Create Credentials" button. Select the "OAuth client ID" option.

### Step 5 Configure Consent Screen[](https://docs.postiz.com/providers/youtube#step-5-configure-consent-screen)

Make sure that your consent screen has been configured. Add yourself as a test user of the application.

### Step 6 Fill in OAuth Details[](https://docs.postiz.com/providers/youtube#step-6-fill-in-oauth-details)

Create the OAuth client ID. Select "Web application" as the application type and fill in the details.

After following all of the steps above you should be met with a screen that shows your client ID and client secret. Add these to your providers configuration.

```
YOUTUBE_CLIENT_ID=""
YOUTUBE_CLIENT_SECRET=""
```