Skip to main content
Module

x/appwrite/mod.ts>Storage#getFileView

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

Get file for view

Get a file content by its unique ID. This endpoint is similar to the download method but returns with no 'Content-Disposition: attachment' header.

Parameters

bucketId: string
fileId: string

Returns

Promise<ArrayBuffer>