Is there a way to perform batch uploading or document creation?
- 0
- Tools
- Flutter
- General
- Self Hosted
how can we achieve batch document creation in single response.
Do you mean something like this? https://github.com/appwrite/appwrite/issues/3051
yes, is there is any way to achieve this because i did not find any solution there,
is batch uploading is possible or not in appwrite
There is no bulk upload. You would need to execute the createDocument() API waiting for each to finish before making the next request (if that is what you are looking for)
yes i am looking for this
Isn't possible via graphql operations ?
Recommended threads
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...