Hello everyone! 👋🏻
For a (hobby) project I'd like to add 17500 documents to a collection. This is a one time thing. I tried to do it by using a Cloud function and executing it, but I'm being rate limited fairly quickly (understandable).
Since I'm using Appwrite Cloud, I cannot set _APP_OPTIONS_ABUSE as far as I know.
My question now is: How can I add these documents without being rate limited?
Solved.
What was the solution?
PS: no need to delete everything 😅
Now, I really want to know what was solved
Top secret
Lol
@memoonlite Closing this
What's the best way of inserting 17500 documents at once?
[SOLVED] What's the best way of inserting 17500 documents at once?
I restored my post. 😊 It was a stupid mistake, I thought it's the best not to bother anyone with it.
I forgot to attach the API key to my function. 👎
Oh, It happened to me once too 😆
I tried to batch insert documents but I forgot to attach the API key to my function. 😊
No worries. We prefer to have posts with the solution so people searching for similar solutions find them 😄
Indeed, it's easy to make a small mistake! I'm glad it's working correctly now. 👍
Yes, glad to hear!
Adding to this: if you want privacy, you can delete it, we respect the decision too 😅 But obviously it's more beneficial for the community the first option
Closing this since it's solved. Thanks @memoonlite for sharing it :appwriteheart:
True, but I felt a bit silly after I found out my mistake. 😂 Either way: Thanks everyone for the replies in this tread. 👍
Well, this could happen to anyone, even people with more experience. In fact as said, happened to me 🤣
No, it's fine to keep the post. 👍 It might help someone in the future. I use the search function myself here on Discord a LOT as well and it helps me to find an answer to my question most of the time.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...