backblaze-b2 icon indicating copy to clipboard operation
backblaze-b2 copied to clipboard

Node.js Library for the Backblaze B2 Storage Service

Results 30 backblaze-b2 issues
Sort by recently updated
recently updated
newest added

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...

enhancement
proposal

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...

enhancement
help wanted

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...

enhancement
proposal

The documentation and the README needs a bit of improvement.

enhancement
help wanted

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