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
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://localhost:5001/signin-google&client_id={CLIENT_ID}
Get the code from the redirect:
...
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):
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.
...