How to download file mp4 from google drive api in nodejs

1.5k Views Asked by At

I'm building a server using nodejs and I want the server to response mp4 file downloaded from the google drive api

1

There are 1 best solutions below

0
On

There's an example of downloading a file from the DriveAPI here: https://github.com/googleapis/google-api-nodejs-client/blob/master/samples/drive/download.js

Hope this helps!