Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 1
2 answers
501 views

I'm using Laravel's filesystem with the S3 driver to connect to Backblaze B2's S3-compatible API. Here's my disk configuration in config/filesystems.php: 'disks' => [ 'b2' => [ '...
Score of 3
2 answers
346 views

This is my config/filesystems.php: 'b2' => [ 'driver' => 's3', 'key' => '*************', 'secret' => '**************', 'region' => 'us-west-002', ...
Score of 1
1 answer
713 views

I'm working of a S3 Navigator and trying to use Backblaze B2's S3-compatible API in my Angular application to authenticate and list buckets using the AWS SDK's S3Client. While this code works ...
Score of 2
1 answer
497 views

We have 20 TB data in Backblaze B2 storage. We want to migrate this to AWS S3 securely. What are my options for doing this in a scalable, secure way? Can I do this without hitting the disk? (Cloud to ...
Score of 1
2 answers
554 views

I'm trying to fetch an image using JavaScript from a Backblaze bucket that is set to allPrivate. I have a correct authorization code that works if I fetch the image like this: echo '<img src="'...
Score of 2
1 answer
661 views

I have a NextJS application that is using Backblaze B2 Cloud Storage to store videos and photos that a user wishes to upload. I seem to be having an odd issue when trying to upload files. Basically, I ...
Score of 2
2 answers
613 views

I'm implementing a functionality in our app where users buy a subscription and create their workspace. Each subscription plan has different storage limits (e.g, 5 GB for a small plan). We use ...
Score of 1
1 answer
243 views

However, my Video component is throwing an error when I visit the page. The URL works in a tag in Next.js, but it does not work the same way in the next-video package. I have configured my next....
Score of 1
1 answer
54 views

I am trying to capture an image on a React Native app and post the image to my NodeJS server. I then am trying to post that image to BackBlaze after converting it to a Buffer. All the images are ...
Score of 1
1 answer
166 views

I'm trying to run a POC on getting trino querying data into backblaze. Following this example: https://github.com/bitsondatadev/trino-getting-started/blob/main/hive/trino-b2/README.md got me to the ...
Score of 2
1 answer
783 views

I was following this github repo and this answer. rules.json [ { "corsRuleName": "downloadFromAnyOriginWithUpload", "allowedOrigins": [ &...
Score of 1
1 answer
370 views

Hi all I'm trying to set up Backblaze for a nextjs app, but I'm getting cors error, in the first instance I thought that it was the bucket and I set the custom cors rules but it was not because I'm ...
Score of 2
1 answer
166 views

I'm using rclone to upload a large file (~60Gb) to B2 storage. I also wanted to upload a custom header but it didn't work. It's worked fine if my file is small. rclone --config rclone.conf --bwlimit ...
Score of 1
1 answer
539 views

I'd like to download a lot of small files compressed into a snapshot from Backblaze B2 to a remote server with curl or wget. The download URL is only accessible if you are signed in, and accessing the ...
Score of 3
1 answer
1193 views

I am making a website that users can upload and download pictures (posts and profile pictures), The cloud storage I use is Backblaze b2 cloud storage, REACT for frontend, NODE & Express for ...

15 30 50 per page
1
2 3 4 5