Hi, I'm creating a webapi in .net Core 8 and calling services from AppWrite cloud. I want to expose Upload and Download through the webapi and not directly from the client.
When I try to upload a file that is more larger than 5MB I receive this error. The error returned is 'The requested route was not found, Please refer to the API docs and try again'
In debug I read the track: in Appwrite.Client.d311.MoveNext() in Appwrite.Client.d321.MoveNext() in liveaccounts.api.Repositories.images.AppWriteStorageRepository.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 it in sdk.)
Also, when I try to check if file exists, I needed to include the call in a try/catch because thwrow an error if the file doesn't exists, This is not the expected behaviour.
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- 500 Server error
getting same 500 status This is my appwrite project: https://cloud.appwrite.io/console/project-fra-691932db0036241caa0e/overview/platforms Help how to open th...