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

{
	"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
		}
	}
}

Workflow Library Example

Create Folder with Dropbox and Send Results Via Email

Preview this Workflow on desktop