Miroku_87
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Miroku_87-
Miroku_87 commented,
For the moment I've used this solution:var fs = require("fs"), request = require("request"); function downloadFile(source, target, callback) { var wr = fs.createWriteStream(tar...
-
Miroku_87 commented,
I'm bumping into this problem as well. did you manage to have any answer to your ticket? Thank you!
-
Miroku_87 created a post,
Node SDK - download public shared file
Hello everyone,I'm making my very first Box SDK NodeJS app which should download a public non-passwrod-protected file given the public share URL. No login should be requested.I have created the ap...