Skip to main content
Module

x/appwrite/mod.ts>Storage#updateFile

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Storage.prototype.updateFile
Re-export
import { Storage } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Update file

Update a file by its unique ID. Only users with write permissions have access to update this resource.

Parameters

bucketId: string
fileId: string
optional
name: string
optional
permissions: string[]