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?