node-dropbox
node-dropbox copied to clipboard
Simple dropbox api client for Node.js
when I used getMetadata method of node_dropbox dependencies to retrieves files and folder, getting error **" error: 'v1_retired'"** in getMetadata response. How to solve this error? Please give us solution...
Hi, I am getting Error: read ECONNRESET on node_dropbox.AccessToken(config.dropbox_key, config.dropbox_secret, config.dropbox_accessCode, config.dropbox_redirectUri, function(err, tokens) {} Please let me know why this error is occured
HI devs, @EragonJ @elarnellis @lexoyo @g33kidd @CrackerakiUA I want to upload a file successfully, but it's not uploading completely. and there is no parameter to pass the file size. the...
``` dropbox.createFile("/test.txt", "hi", function(err, res, body) { console.log(err, res); }); ``` will end up with a file thatjust contains the following - am I doing it wrong? > "h
Is there a better way to list all folders in the dropbox from use `getMetadata` and then for each folder in it use again `getMetadata` ?
Hey! Thanks for that great module. I am having trouble to download a file using the getFile method. It just creates an empty file. here is my code: ``` api.getFile('/personal/1.jpg',...
Just going to rewrite some of the code and restructure things a bit. Maybe use different libraries and make it more modular. Not quite sure. It could split off into...
How to get the shared url for a file?
I've got a base64 image representation that I want to save to my dropbox. I've tried stripping the irrelevant bits and manually writing a png using that string. But the...