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
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- payment
I’ve never used this service. I remember signing up a long time ago but completely forgot about it. I’ve been receiving emails, but since the payments were fai...