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.

...

You need to fill in some aditional google information that is:

  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)

Image Removed

Image Removed

  1. Refresh token
  2. Just enter email


Image Added

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.

Image RemovedThe client code above can be used to fetch a refresh token:

Image Added


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

...