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
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...