sintaxi / dbox

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

Change "api" to "api-content" in dbox.js #6

Closed klkim closed 12 years ago

klkim commented 12 years ago

By the spec., the thumbnails URL is https://api-content.dropbox.com/1/thumbnails//.

In dbox.js, it is coded like "https://api.dropbox.com/1/thumbnails/"... in line 193.

sintaxi commented 12 years ago

Thanks for capturing the ticket Kim and thanks for the patch Tom. You guys rock!

This has been fixed and published as version v0.2.2.

cheers, Brock