sintaxi / dbox

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

Dropbox metadata method can return 304 when hash is provided #20

Closed carlsverre closed 12 years ago

carlsverre commented 12 years ago

The dropbox metadata method returns 304 when the hash option is provided and the server hash is the same. This pull req is the simplest solution I could come up with. Not sure if it is the expected response for everyone, but it is the expected response in my app.

sintaxi commented 12 years ago

Thanks for the patch. it has been merged and published in v0.4.1. Also, you have been added to the contributor list.

carlsverre commented 12 years ago

Glad to help! :)