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 a developers account and a project (go to Check details her: https://console.developers.google.com/youtube/v3/getting-started)

In your project you must enable the Youtube Data API v3.

...

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):

...