Logo
⌘K

The Uploads folder Object

Attributes

createdAt

date

Timestamp when the folder was created.

id

string

Unique identifier of the uploads folder.

name

string

Name of the uploads folder.

numSubfiles

number

Number of files the folder contains.

numSubfolders

number

Number of folders the folder contains.

parentFolderId

nullable string

Unique identifier of the folder containing the folder. This is null when the folder is in the root directory.
Uploads folder Object
{
  "createdAt": "2024-11-15T14:49:24.060Z",
  "id": "c9c740b2-7bbf-414a-92ad-06e435c9e961",
  "name": "Uploads Folder",
  "numSubfiles": 10,
  "numSubfolders": 2,
  "parentFolderId": null
}