backblaze-b2
backblaze-b2 copied to clipboard
Node.js Library for the Backblaze B2 Storage Service
Hey, so I am trying to upload a file but am kind of confused how I will go about it, so I have ```js b2.uploadFile({ uploadUrl: 'my url is here',...
Hello, I've noticed the prefix and delimiter options are missing from the `listFileVersions` function. This raises an issue when trying to filter specific files from backblaze. Proposed change: ```code exports.listFileVersions...
Im missing `copy` and `b2_copy_part` feature https://www.backblaze.com/b2/docs/b2_copy_file.html
Perhaps we should have `backblaze-b2` automatically call `authorize_account` when it encounters a 401 error, or have it as an option at least. I encountered an issue in a long-running application...
Related to #32. Applies to `uploadPart` and `uploadFile`. If `hash` is not passed and `data` is a stream, the hash can be computed on the fly and appended to the...
B2 returns the bucket id on authorisation if the auth key is for a particular bucket. Thus, one can store the bucket id in the instance too and use it...
The documentation and the README needs a bit of improvement.
I spent 4 hours looking into this with no reason 401 - 'Unauthorized' error. Hope helps someone. This information must be added to official upload documentation
Hi, Since the authorizationToken will expire in 24 hours, it will be great if it can be auto refreshed upon expiration. Jeff