Skip to main content

The Retool Storage File object

Retool Storage files.

Properties

All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.

retoolStorageFile

The Retool Storage file.

Type object
Mutability Read-only
Object Properties

base64Data

The base64 encoded data of the file.

Type string
Mutability Read-only

folderName

The folder name.

Type string
Mutability Read-only

id

The file ID.

Type string
Mutability Read-only

name

The file name.

Type string
Mutability Read-only

sizeBytes

The file size.

Type number
Mutability Read-only