Creating a Backblaze Database in Node.js/Javascript

Christa Gammage
Oct 26, 2020

I noticed that the most recent article written on creating a Backblaze database in Javascript was 3 years old. So I decided to create an updated version.

How to authorize your account:

How to create a Bucket:

How to delete a Bucket:

How to upload a File:

How to download a File:

How to delete a File:

How to list all of the Files in the system:

I hope this helped!

--

--