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
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- Is Database Operators available in Cloud...
Is it possible to do the above?