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 (Check details herout this guide for more info: https://developers.google.com/youtube/v3/getting-started)


In your project, you must enable the Youtube Data API v3. The Youtube API can be enabled from the developer portal:

https://console.developers.google.com/apis/api/youtube.googleapis.com/overview


When you have enabled it, then you will be able to select it and see the following view:

...

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

...

  1. Client ID
  2. Redirect URI (as described above - has to be the digizuite integration api)
  3. 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):

...