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#listFiles

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Storage.prototype.listFiles
import { Storage } from "https://deno.land/x/appwrite@5.0.1/src/services/storage.ts";

List Files

Get a list of all the user files. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project's files. Learn more about different API modes.

Parameters

bucketId: string
optional
limit: number
optional
offset: number
optional
cursor: string
optional
cursorDirection: string
optional
orderType: string

Returns

Promise<Models.FileList>