files.content.write
Move a file or folder to a different location in the user’s Dropbox.
If the source path is a folder all its contents will be moved.
Note that we do not currently support case-only renaming.
Parameter | Description |
---|---|
Allow Ownership Transfer | Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. |
Auto Rename | If there’s a conflict, have the Dropbox server try to auto rename the file to avoid the conflict. The default for this field is False. |
From Path | Path in the user’s Dropbox to be copied or moved. |
To Path | Path in the user’s Dropbox that is the destination. |
{
"metadata": {
".tag": "<string>",
"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?