CData Python Connector for Dropbox

Build 25.0.9454

MoveResource

Moves a file or folder to a different path within the user's Dropbox. This operation supports moving entire folder contents.

Input

Name Type Required Description
From_Path String False The full Dropbox path of the file or folder to be moved.
To_Path String False The destination Dropbox path where the file or folder should be moved.
Autorename Boolean False If the value is 'true', Dropbox automatically renames the file or folder to avoid name conflicts at the destination. The default value is 'false'.
Allow_Ownership_Transfer Boolean False If the value is 'true', allows the owner to move content even if it results in a change of ownership. This setting applies only to move operations, not copies. Not supported for batch moves. The default value is 'false'.
ObjectPathsAggregate String False An aggregate of object paths to be moved. This can also refer to a #TEMP table containing the paths.

Result Set Columns

Name Type Description
Success String Returns a value of True when the move operation is completed successfully; otherwise, returns False.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454