sintaxi / dbox

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

Binary files corrupt through `get` and `thumbnails` #11

Closed dannyamey closed 12 years ago

dannyamey commented 12 years ago

The required version of the request library (2.1.1) returns output as a string rather than a buffer. Upgrading to the latest version of request (2.9.3) and explicitly specifying encoding of null in the get and thumbnails methods fixes this allowing binary data to be downloaded as expected.