0

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

Duc Le
  • 11
  • 4

1 Answers1

1

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!

Justin Beckwith
  • 7,686
  • 1
  • 33
  • 55