/kaltura-sheets

Export Kaltura Data to Google Spreadsheet

Primary LanguageJavaScript

Deprecated: needs to be updated for v2

Export Kaltura Data to Google Spreadsheet

This DataFire flow will export your Kaltura media library to a new Google Spreadsheet.

Setup

Clone and Install

git clone https://github.com/DataFire-flows/kaltura-sheets && cd kaltura-sheets
npm install

Authenticate

To register a Google Sheets client, visit console.developers.google.com

  • click "Enable API"
  • click "Credentials"
  • click "Create Credentials" -> "OAuth Client ID"
  • Choose "web application"
  • add http://localhost:3000 as an "Authorized redirect URI"

Now run

datafire authenticate google-sheets --generate_token

and enter your client_id and secret.

To get your Kaltura credentials visit the KMC.

Enter your partnerId and secret by running

datafire authenticate kaltura

Running the flow

datafire run flow

Will output the URL of your new spreadsheet.