This action will move a file or a folder to new location.
- API endpoint slug
- dropbox.move_file_or_folder
- Filter code method
- Dropbox.moveFileOrFolder.skip(string?: reason)
- Runtime method
- runAction("dropbox.move_file_or_folder", {})
Action fields
- Label
- Original path
- Helper text
- File (/IFTTT/my-file.jpeg) or Folder (/IFTTT/my-folder)
- Slug
- original_path
- Required
- true
- Can have default value
- true
- Filter code method
- Dropbox.moveFileOrFolder.setOriginalPath(string: originalPath)
- Label
- Destination path
- Helper text
- File (/IFTTT/new/my-file.jpeg) or Folder (/IFTTT/new/my-folder)
- Slug
- destination_path
- Required
- true
- Can have default value
- true
- Filter code method
- Dropbox.moveFileOrFolder.setDestinationPath(string: destinationPath)