/folders
Creates a Folder object with the given values.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Headers
X-Account-Token
Token identifying the end user.
Query parameters
is_debug_mode
Whether to include debug fields (such as log file links) in the response.
run_async
Whether or not third-party updates should be run asynchronously.
Request
This endpoint expects an object.
model
# The Folder Object
### Description
The `Folder` object is used to represent a collection of files and/or folders in the workspace. Could be within a drive, if it exists.
### Usage Example
Fetch from the `GET /api/filestorage/v1/folders` endpoint and view their folders.
Response
model
# The Folder Object
### Description
The `Folder` object is used to represent a collection of files and/or folders in the workspace. Could be within a drive, if it exists.
### Usage Example
Fetch from the `GET /api/filestorage/v1/folders` endpoint and view their folders.
warnings
errors
logs