Hi, I'm creating a webapi in .net Core 8 and calling services from AppWrite cloud. All works well but when I try to upload a file that is more larger I receive this error.
in Appwrite.Client.<Call>d__311.MoveNext()
in Appwrite.Client.<ChunkedUpload>d__321.MoveNext()
in liveaccounts.api.Repositories.images.AppWriteStorageRepository.<Upload>d__4.MoveNext() in C:NET Applications\liveAccounts 2025\liveaccounts.2025.api\Repositories\images\AppWriteStorageRepository.cs: riga 64
It seems apply to Chunks. Need to manage chunks? (in documentation says it's not necessary to do in sdk.)
The code is attached.
The error arise on the await storage.CreateFile call. Any Ideas?
Recommended threads
- DNS Not Working
Ok so I have my website, but when I try to use a subdomain of that on another site in appwrite, it just gets stuck at generating certtificate, fails every time....
- Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 s...
- Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the...