Creating a YouTube Application
To create a YouTube application, the user should:
-
Create a new project
-
Create credentials
-
Manage domain-wide authority delegations.
To create a new project:
-
Sign in to Google Cloud Platform.
-
Click Select a project, then NEW PROJECT.
-
Enter a name for the project and click CREATE.
-
Once the project is created, click SELECT PROJECT from the Notifications and you are navigated to the Project page.
-
From the left side navigation menu, select APIs & Services > Dashboard.
-
Click ENABLE APIS AND SERVICES.
-
In the Search for APIs & Services search box, type
YouTube Data API v3. -
Click YouTube Data API v3.
-
Once you are in the Gmail API page, click ENABLE.
To create the credentials:
-
From the left side navigation menu, select APIs & Services > Credentials.
-
Click CREATE CREDENTIALS and select OAuth client ID.
-
From the Application type drop-down menu, select Web application.
-
Enter the name for the application.
-
In the Authorized redirect URIs section, click ADD URI and add the URL of your local Arctera Insight Capture environment and click CREATE.Note: The Redirect URI can be found in theClickinformation of the collector source configuration.
-
Copy and save the Client ID and Client ID from the created OAuth client pop-up window.
To manage Domain-Wide Authority Delegation:
-
Sign in to Google Admin Console.
-
On the left side menu, click Security > API controls.
-
Scroll down to Domain wide delegation section and click MANAGE DOMAIN WIDE DELEGATION.
-
Click Add new.
-
Enter the above saved Client ID in the Client ID field, add the following scopes in the OAuth scopes fields:
-
https://www.googleapis.com/auth/youtube -
https://www.googleapis.com/auth/youtube.force-ssl -
https://www.googleapis.com/auth/youtube.readonly -
https://www.googleapis.com/auth/youtubepartner
-
-
Click AUTHORIZE.Note: By using this importer, you are agreeing to the YouTube terms at https://www.youtube.com/t/terms,https://policies.google.com/privacy.
Related information