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.

...

Input the number into your integration form.

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

Image Added

Obtaining your Youtube client secret

...

Info

It's imperative that the client secret is added to theĀ integration endpoint configuration.

Obtaining the Client Code

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://localhost:5001/signin-google&client_id={CLIENT_ID}

Get the code from the redirect:

Image Added

Obtaining User Id

Go to your youtube account and get user id information.

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.

...