I'm building a server using nodejs and I want the server to response mp4 file downloaded from the google drive api
Asked
Active
Viewed 1,364 times
0
-
2Please edit your question include the code you are currently using and describe any issues you are having with your current solution. – Linda Lawton - DaImTo Nov 13 '18 at 10:54
1 Answers
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