This page describes how to configure Integration Endpoint to push assets to Youtube.
...
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
- Redirect URL (has to be the domain of your digizuite dam + /signin-google)
- Refresh token
- Just enter email
Obtaining your Youtube client secret
...
Info |
---|
It's imperative that the client secret is added to theĀ integration endpoint configuration. |
Obtaining the
...
Refresh Token
Put this in browser and remember to put in your CLIENT ID first and make sure that the api allows the redirect URI as shown hee.
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}
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.
The client code above can be used to fetch a refresh token:
Ensuring that the redirect URL corresponds to an authorized redirect URL (where you configure your secrets):
...