Create Folder
scope: files.content.write
Create a folder at a given path.
Parameters
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. |
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
Preview this Workflow on desktop