0
2
KKKhalid Khan
The code above updates a file in the storage bucket with the given file ID in Appwrite.
Shortcut: appwrite.storage.updatefile
val response = storage.updateFile(
bucketId = "BUCKET_ID",
fileId = "FILE_ID",
)
0
2
KKKhalid Khan
The code above updates a file in the storage bucket with the given file ID in Appwrite.
Shortcut: appwrite.storage.updatefile
val response = storage.updateFile(
bucketId = "BUCKET_ID",
fileId = "FILE_ID",
)