Endpoint
Response
Returns the storage tree as a nested array. Each node is either a folder (withchildren) or a file (no children).
Unique identifier, full path relative to storage root. Use this as the
{path} parameter in other storage endpoints.Display name of the file or folder.
Nested files and folders. Empty array
[] for files or empty folders.Example
Related
File Metadata
Get size and timestamps for a specific file.
Move File or Folder
Move a file or folder into a different parent folder.
Rename File or Folder
Rename a file or folder in place.
Delete File
Remove a file and its cached variants.