![](https://cdn.discordapp.com/embed/avatars/0.png)
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
- Help with Appwrite Realtime
so i'm testing a chat app feature that i'm making and i'm trying to chat between two accounds on different devices connected to the local development server but...
- Incorporate appwrite with spring boot
I am trying to upload files from a Spring boot app to appwrite. I've checked the SDK on maven but it seems to be for Android. Do I have to call Appwrite's REST ...
- How to cron function with specified end ...
I have function built with hono. support like / , /data, /data/2222. I want to schedule triggger for specific event like /data. orrr event better /data/2222 . i...
![](/images/bgs/pre-footer.png)