node-dropbox icon indicating copy to clipboard operation
node-dropbox copied to clipboard

createFile parameter "contents" gets messed up on file creation

Open sailexander opened this issue 8 years ago • 0 comments

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

sailexander avatar Sep 06 '16 20:09 sailexander