
I have Appwrite installed on docker in test mode and I try to connect to the backblaze storage, I did the settings in the .env file but it still doesn't connect.
_APP_STORAGE_DEVICE=local _APP_STORAGE_BACKBLAZE_ACCESS_KEY=-------- _APP_STORAGE_BACKBLAZE_SECRET=--------------- _APP_STORAGE_BACKBLAZE_REGION=----- _APP_STORAGE_BACKBLAZE_BUCKET=-----
This is the configuration I have, obviously in each configuration there is the respective value taken from the backblaze account
What am I doing wrong?

First off the device shouldn't be local
Recommended threads
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Hi im using vvs studio to make a charact...
my game involves magic , leveling up aka "phase" max phase is 30 each 10 20 30 theres awakening 1 2 3 i want to make a character builder so that players can fig...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
