This page describes how to configure Integration Endpoint to push assets to Youtube.
...
- Secret Client Data (described below
- Refresh Token - IGNORE THIS for now. It will be automatically set.
- UserId - the email of the account that should be used to upload
- Redirect URI - this will HAS to be the url of the of http://yourdam/api/v1/IntegrationEndpoint/google-integration-signingsignin (from the Digizuite API)
Obtaining your Youtube client secret
...
https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&response_type=code&client_id={CLIENT_ID}&redirect_uri=https://YOURDAMIN/digizuitecore/api/v1/google-integration-signin&scope=https://www.googleapis.com/auth/youtube.upload&state=02015ede-eded-4844-a4f1-ca568cea7d9b
...
- Client ID
- Redirect URI (as described above - has to be the digizuite integration api)
- Uid of the integration endpoint to use
Copy and pasting the link into your browser will ensure that you are validated by google and give you this mesage:
Ensuring that the redirect URL corresponds to an authorized redirect URL (where you configure your secrets):
...