Listing files/folders
List files and folders
Listing files and folder can be done using the LS method. This method returns a list of all objects in a folder.
/file/ls
POST
https://fileio.couchdrop.io/file/ls
List files and directories in a given path
Headers
Name
Type
Description
token
string
API Access Token
Request Body
Name
Type
Description
path
string
Target Path
Get file/folder details
You can use the LSTAT method to get details on an individual file or folder
/file/lstat
POST
https://fileio.couchdrop.io/file/lstat
Retrieve properties for a file or folder.
Headers
Name
Type
Description
token
string
API Access Token
Request Body
Name
Type
Description
path
string
Target path of file or folder.
Last updated