Upload a Video Using Node.Js Vimeo Library
Learn to upload a video and generate a playable link using the library.
We'll cover the following...
Overview
Till now, we have been calling REST endpoints directly to get familiarized ourselves with Vimeo APIs. In this lesson, we'll use the official Node.Js library provided by Vimeo to get a hands-on experience with authentication and working with the library. Libraries provide wrapper functions for the user and hide all the extra code from the user. We'll upload a video to our Vimeo account and then make some edits to it.
We have already set up Node.js and Vimeo libraries on Educative’s platform for this course. We just need to import the Vimeo library into our code and instantiate an object to call library functions. Node.Js library can be used to achieve ...
Access this course and 1400+ top-rated courses and projects.