For upload its 5mb if i guess so
No
Got it, thanks a lot, and also one little thing, is it possible to delete the file from storage after 1 month or 2 weeks or so? Likc is there a way for the same?
Ohh, and one little thing, is there any limit on size of the request body json for a function?
Yes, you can write a function to do that
Yes, 8k characters
got it, thanks a lot for heping me, it means a lot to me
Please mark the post as [SOLVED] if you don't need anymore help here @Hemish11
Will do it, just had one thing to ask,
Steven, do we also have a response size limit when we directly get data from the database, using database api?
Lets say if i want to fetch multiple documents from a given collection, the total documents can be in range of like 500 to 1000, so will it be size limited?
Each document would have about 5-6 parameters and also a few will be in relation with other collection but wont get longer than 3, and the related colletion can also have anywhere between 4-10 parameters of string and double
@Steven ??
You were online so pinged you, if you were busy, sorry for it
The default limit is 25 documents. Ideally, you should paginate (https://appwrite.io/docs/pagination). That said, we removed the maximum limit on Query.limit()
in 1.3.
I thought that I would get the entire tree in a flat manner and thereby would make it in tree form in front end
How can I increase this limit?
What do you mean?
Like it defaults to 25 documents so is it possible to increase that limit?
Did you take a look at the docs I linked?
Got it, thanks a lot
Hey, please refrain from tagging the members directly kindly
I’m really sorry for it, but as I mentioned earlier it’s very urgent for me as we are currently migrating old backend to appwrite and also we are on a very tight schedule
[Solved] Nesting in Relationship of multiple collections.
[SOLVED] Nesting in Relationship of multiple collections.
Recommended threads
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...