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

x/appwrite/mod.ts>Storage#getFileView

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Storage.prototype.getFileView
Re-export
import { Storage } from "https://deno.land/x/appwrite@11.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>