sintaxi / dbox

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

modified the stream function to use set_args #55

Closed johntitus closed 11 years ago

johntitus commented 11 years ago

I was using the stream function, but getting an error from dropbox because my app is set to use "dropbox" instead of sandbox, and the argument I tried passing into stream wasn't getting set correctly.

I changed the stream function to use the set_args function, which is more consistent with the rest of the library.

Thanks for making dbox!