This page describes how to configure Integration Endpoint to push assets to Youtube.
...
Input the number into your integration form.
You need to fill in some aditional google information that is:
- Secret Client Data
- Client Code (a description will follow on how to get it
- User Id can be fetched from advanced settings
Obtaining your Youtube client secret
...
Info |
---|
It's imperative that the client secret is added to theĀ integration endpoint configuration. |
Obtaining the Client Code
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:
Obtaining User Id
Go to your youtube account and get user id information.
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.
...