It doesn't allow me to upload anything to the bucket
This is appwrite cloud or self-hosted?
appwrite cloud in https://cloud.appwrite.io/
What's your project ID?
this 65a7ff9ee4241b758bfe
Do you have enough storage? Maybe it's that?
I only have one image in the bucket
And do you have other projects in this account?
No
Recommended threads
- getFilePreview , getFileView , getFileDo...
I am on Appwrite self hosted 1.8.0 I use the web sdk 21.3.0 I created a bucket and it has this permission (users:create) then i enabled the file security then ...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...