Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/storage.ts>Storage#updateFile

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Storage.prototype.updateFile
import { Storage } from "https://deno.land/x/appwrite@6.2.0/src/services/storage.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
permissions: string[]

Returns

Promise<Models.File>