I am genuinely confused about how to update an existing file, since storage.updateFile() doesn't take in the file object, there seems no way to overwrite an existing file other than deleteFile and then createFile again. I am working on node.js btw, this is the official node.js sdk declaration
updateFile(bucketId: string, fileId: string, name?: string, permissions?: string[]): Promise<Models.File>
Recommended threads
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Storage Chunk upload bug
Hi, I'm experiencing an issue with Appwrite Storage chunked uploads. Small files upload successfully, but larger video files that require chunking fail. For ...