Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page describes how to configure Integration Endpoint to push assets to Youtube.

...

  1. Secret Client Data
  2. Client Code (a description will follow on how to get it
  3. User Id can be fetched from advanced settings
  4. Redirect URL (has to be the domain of your digizuite dam + /signin-google)

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://YOURDAMIN/localhost:5001digizuitecore/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.

...

Ensuring that the redirect URL corresponds to an authorized redirect URL (where you configure your secrets):

But at the same time ensure that the domain is authorized on your account:

Image Added

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.

...