SylvainJackOriginal post
Rank 3: Container
Hi there 🙂
I need to fill some collections which are stored in a list. There are a lot of documents. When I try to create so many documents, it works for a while and then it stops telling me some kind of limit has been reached. How can I change that the time I fill my collections ? I work with appwrite cloud.
Thanks for help
Sylvain
Summary
User is experiencing a limit while creating documents in Appwrite. They are looking for a solution to bypass this limit.
Possible solution: The user can check if it's a rate limit and wait before creating more documents. They can also use an API key to expose the functionality needed to create documents.