What's the max size I can use when setting up my string attribute? Say I'm building a chat bot and the user can send a 100 word message. What the max size i can use that can accommodate this? I'm pretty new to web dev so pardon me if this is a silly question lol.
I think it's 4gb
[SOLVED] Max Size for string attribute
Thanks! Would keep that in mind
Recommended threads
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Attribute not found in schema on REST AP...
I'm querying a appwrite collection via the REST API on appwrite cloud 1.9.5 (no SDK) via a cloudflare worker and keep getting: ``` {"message":"Invalid query: A...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...