eXo Platform uses YouTube Data API v3 that provides access to YouTube data, such as videos, playlists, and channels. To enable this, you should configure a Youtube V3 API Key property via the exo.properties
file. See
Configuration overview if you have not created this file yet.
For instance:
youtube.v3.api.key=AIzaSyDToZc6oTOpe7kZIJeSUMvxfyoS6hhKJuI
In which:
youtube.v3.api.key
: an API key which is generated by a specific google account. Refer to https://console.developers.google.com to create such a key.