This page describes how to configure Integration Endpoint to push assets to Youtube.
...
- Secret Client Data
- Client Code (a description will follow on how to get it
- User Id can be fetched from advanced settings
- Redirect URL (has to be the domain of your digizuite dam + /signin-google)
Obtaining your Youtube client secret
...
Put this in browser and remember to put in your CLIENT ID first.
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/localhost:5001digizuitecore/signin-google&client_id={CLIENT_ID}
Get the code from the redirect (important this redirect URL corresponds to access on your developer account project):
Obtaining User Id
Go to your youtube account and get user id information.
...
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
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.
...