sintaxi / dbox

NodeJS SDK for Dropbox API (THIS LIBRARY IS OBSOLETE!!)
514 stars 91 forks source link

How to a upload a file by a stream object #97

Open faressoft opened 8 years ago

faressoft commented 8 years ago

How to a upload a file (stream not buffer) ?

I have a large file 11GB, the heap size is limited so I can't read the entire content and pass it to the .put method as buffer or string. I there any way to pass a stream or something ?

Zooman090 commented 7 years ago

Have same problem