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
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Issue Related to Presence
```PresenceService: upsert error – AppwriteException: user_unauthorized, The current user is not authorized to perform the requested action. (401) ...
- iOS Auth - Apple OAuth not working.
when i use the prod app, the apple auth on ios is not working, it shows me: missing redirect url. however the debug version, connected to another project is wor...