Skip to main content

Create Folder

create_folder

scope: files.content.write

Create a folder at a given path.

Parameters

ParameterDescription
Auto RenameIf 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.
PathPath in the user's Dropbox to create.

Example Output

{
"value": {
"metadata": {
"id": "id:a4ayc_80_OEAAAAAAAAAXz",
"name": "math",
"path_display": "/Homework/math",
"path_lower": "/homework/math",
"property_groups": [
{
"fields": [
{
"name": "Security Policy",
"value": "Confidential"
}
],
"template_id": "ptid:1a5n2i6d3OYEAAAAAAAAAYa"
}
],
"sharing_info": {
"no_access": false,
"parent_shared_folder_id": "84528192421",
"read_only": false,
"traverse_only": false
}
}
}
}

Workflow Library Example

Create Folder with Dropbox and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop