sintaxi / dbox

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

Fixed helper.js in test cases #59

Open jstroem opened 11 years ago

jstroem commented 11 years ago

Updated the helper.js so it now works properly. This was related to issue #58 the only real update it does is if you dont create your own access_token.json it creates one for you.

It also updates the timer in the testcase so the user has time to copy the link. This is only usefull if you dont run the testcases from npm but uses mocha directly.

It also updated the README so the root param for dbox.app is now documented.