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

x/appwrite/mod.ts>Storage#listFiles

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Storage.prototype.listFiles
Re-export
import { Storage } from "https://deno.land/x/appwrite@0.0.2/mod.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 files. Learn more about different API modes.

Parameters

optional
limit: number = [UNSUPPORTED]

limit

optional
offset: number = [UNSUPPORTED]

offset

optional
orderType: string = [UNSUPPORTED]

orderType

Returns

Promise<string>

Promise