Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Storage#getFile

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

Get File

Get file by its unique ID. This endpoint response returns a JSON object with the file metadata.

Parameters

fileId: string

fileId

Returns

Promise<string>

Promise