node-dropbox
node-dropbox copied to clipboard
createFile parameter "contents" gets messed up on file creation
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