files.content.write
Create a folder at a given path.
Actions
Create Folder
create_folder
scope:

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
files.content.write
Create a folder at a given path.
| Parameter | Description |
|---|---|
| Auto Rename | If there’s a conflict, have the Dropbox server try to auto rename the folder to avoid the conflict. The default for this field is False. |
| Path | Path in the user’s Dropbox to create. |
{
"metadata": {
"name": "<string>",
"path_lower": "<string>",
"path_display": "<string>",
"parent_shared_folder_id": "<string>",
"id": "<string>",
"sharing_info": {
"read_only": false,
"parent_shared_folder_id": "<string>",
"traverse_only": false,
"no_access": false
}
}
}
Was this page helpful?