n8n-nodes-backblaze-b2
v1.0.1
Published
Backblaze B2 integration for n8n
Maintainers
Readme
n8n-nodes-backblaze-b2
🚀 Backblaze B2 Cloud Storage integration for n8n.
✨ Features
☁️ Cloud Storage Operations
- Upload Files: Upload binary data to Backblaze B2 buckets
- List Files: List files in buckets with prefix filtering
- Delete Files: Remove files from B2 storage
- Get Download URLs: Generate download links for files
🔐 Authentication
- Application Key Authentication: Secure API key-based authentication
- Bucket Restrictions: Support for restricted application keys
- Auto Bucket Resolution: Resolve bucket names to IDs automatically
📁 Bucket Management
- List Buckets: View all accessible buckets
- Flexible Bucket Selection: Use bucket IDs or names
⚙️ Production Grade
- Large File Support: Efficient handling of large uploads
- Content Type Detection: Automatic MIME type detection
- SHA1 Verification: Built-in file integrity checks
📦 Installation
Option 1 — n8n UI (Recommended)
- Go to Settings > Community Nodes.
- Click Install a node.
- Enter
n8n-nodes-backblaze-b2. - Agree to the TOS and click Install.
Option 2 — Manual (CLI)
In your n8n installation directory, run:
npm install n8n-nodes-backblaze-b2🔐 Credentials Setup
- Go to your Backblaze B2 Account.
- Navigate to App Keys section.
- Create a new Application Key with appropriate permissions.
- Copy the Key ID and Application Key.
- In n8n, paste these values in the Backblaze B2 API credential.
Required Permissions
For full functionality, your application key should have:
readBuckets(for listing buckets)readFiles(for listing files)writeFiles(for uploading files)deleteFiles(for deleting files)
🚀 Resources & Operations
| Resource | Operations | | :--- | :--- | | File | Upload, List, Delete, Get Download URL | | Bucket | List |
💡 Pro Tip: Bucket Names
You can set a default bucket name in your credentials. The node will automatically resolve this to a bucket ID, making workflows cleaner.
📄 License
🤝 Support
For bugs and feature requests, please open an Issue.
Made with ❤️ by Prince Vishwakarma
