This page describes how to configure Integration Endpoint to push assets to Youtube.
Pre-requisites:
You need a developers account and a project (Check details her: https://developers.google.com/youtube/v3/getting-started)
In your project you must enable the Youtube Data API v3.
Initialization & Configuration
Access your MM, and enter Settings.
In here, you will have to create a new endpoint.
You should be seeing the following screens - just without the data
The following steps will guide you to fill this form out correctly.
Title
Simply name your integration endpoint something descriptive.
Folder ID
In your DAM Center ("DC" henceforth), you must create a new folder.
Go to the DC, right-click Channels → Add folder
Name it "Youtube" /or something else if you prefer)
Right-click the Youtube folder, and press "Edit Folder Rights"
Input the number into your integration form.
You need to fill in some additional google information which is important
- Secret Client Data (described below
- Refresh Token - IGNORE THIS for now. It will be automatically set.
- UserId - the email of the account that should be used to upload
- Redirect URI - this will be the url of the http://yourdam/api/v1/IntegrationEndpoint/google-integration-signing
Obtaining your Youtube client secret
Access https://console.cloud.google.com/apis/api/youtube.googleapis.com/credentials and log in as your Google user.
Go to the developer's console and download the JSON file as illustrated below.
If you have no OAuth 2.0 Client ID, please create one using the "Create Credentials" - also shown in the image above.
It's imperative that the client secret is added to the integration endpoint configuration.
Obtaining the Refresh Token and become Authenticated
The following should be an automatic link in MM5 but right now you will have to construct it yourself. You will need:
- Client ID
- Redirect URI (as described above - has to be the digizuite integration api)
- Uid of the integration endpoint to use
https://accounts.google.com/o/oauth2/v2/auth?scope=https://www.googleapis.com/auth/youtube.upload&response_type=code&access_type=offline&redirect_uri=https://YOURDAMIN/digizuitecore/signin-google&client_id={CLIENT_ID}&state={integrationEndpointUid}
If you got it right then you will see (and you can now start adding assets to your channel):
Ensuring that the redirect URL corresponds to an authorized redirect URL (where you configure your secrets):
But at the same time ensure that the domain is authorized on your account:
Events Definition
For the type of events which export to Youtube will trigger on, please go to the page named "4.6 Integration Endpoint" to get a full overview.
In this context, it would most sense to subscribe to profile which handles video publishing (only to the channel that has been configured) + unpublish/publish as shown here:
Search name
In the Search name field input "exportSearch"
Some versions of the DC require you to manually "install" the exportSearch.
Please look at for more info if in doubt.
Export media format ID
Go to formats in the DC and get the format ID that corresponds to the published profiles you are "subscribing" to. (In the field "Subscribe to profiles")
For instance, the profile selected above contains the following formats (480p is highlighted here):
Go to formats and get the ID of 480p:
In here you can see a list of export formats and the ID to the very left. (In this case 50038)
Test
You can easily test the integration by dragging in a video to the Youtube channel folder (and make sure that it actually uses the right profile on publishing).