
how to update the file in storage, like for example the mp3 file will be update into wav file

Use a function to process the file on upload

how about the update file method in storage?

Maybe this will help: https://appwrite.io/docs/client/storage?sdk=flutter-default#storageCreateFile

so what is the concept of this https://appwrite.io/docs/client/storage?sdk=flutter-default#storageUpdateFile

?

since it has the term of 'update' file

Mhmm...look at the parameters

I think the method name should be revise into updatePermissionFile

or I hope we have this another method of replaceExistingFile

Honestly, I highly recommend creating a new file with a new ID if you're using the same bucket. This is because if you use the same ID, the file can be cached client side and would not be fetched again if updated
Recommended threads
- Getting issue while migrating from Self ...
i try to migrating my project but when do this error come and dont allow to crate that migration
- Pending upload some file, but not for ot...
When upload this file, always got pending. But when I upload another file, it works. Why?
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
