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__32
1.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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...