sintaxi / dbox

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

File path #101

Open nitin42 opened 7 years ago

nitin42 commented 7 years ago

I am using this SDK to develop a command line client in Vorpal.js. The file path which I am using for for uploading should be absolute path or relative path? For eg 'Users/Desktop/foo.pdf'. Is this the valid path that I can use in the API.

Thanks!