sintaxi / dbox

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

add support for chunked uploads #72

Open christiangenco opened 10 years ago

christiangenco commented 10 years ago

dbox has near complete coverage sans /chunked_upload and /commit_chunked_upload. This commit fixes that.

I couldn't get test cases to work - anything I wrote that called chunk would return 404, though all the other tests would pass and chunk works fine in my production code.