-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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', function(err, res, body) {
var file = fs.createWriteStream("1.jpg");
res.pipe(file);
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels