
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 database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
