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
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- How to update from 1.8.1 to 1.9.6
Due to the number of issues reported in version 1.9.5, I am hesitant to proceed with the update. Could anyone advise if version 1.9.6 is stable and resolves tho...
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...