The Dropbox Move Item action is used to move a file or folder located on Dropbox from the specified source (fromPath) to a new destination (toPath). It is highly functional in file management, folder organization, and user-specific archiving scenarios.
Technical Specifications
Function: Moves a file or folder from one location to another.
Parameters
settings (Object – required): Dropbox API connection settings.
fromPath (String – required): The current path of the file or folder to be moved (e.g., /Documents/file.pdf).
toPath (String – required): The destination path of the file or folder to be moved (e.g., /Archive/file.pdf).
Result: Singular (One) → Returns the new path information of the moved item.
Value Binding
Fixed Value: Specific file paths can be entered manually.
Dynamic value: Can be automatically retrieved from user selections or the in-app file path.