Path in the user's Dropbox that is the destination. This path is case-sensitive.
from_pathstring
Required
Path in the user's Dropbox to be moved. This path is case-sensitive. Use canonical paths from metadata (path_display or path_lower) rather than manually constructed strings to avoid path/not_found errors.
autorenameboolean
If there's a conflict (e.g., a file with the same name already exists at the destination), have the Dropbox server try to auto-rename the file to avoid the conflict. The default is false. Leaving this false will cause the call to fail outright when a name conflict exists at the…
allow_shared_folderboolean
If true, allows moving shared folders. The default is false.
allow_ownership_transferboolean
Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. The default is false.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not