This page describes how to configure Integration Endpoint to push assets to Youtube.
...
- Secret Client Data
- Refresh token (a token that does not expire for 6 months and can there be used)
- Just enter email
Obtaining your Youtube client secret
...
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):
...