Top Dropbox automations
Explore Plans
Mobile menu Close menu
DropboxDropbox

Move file or folder

This action will move a file or a folder to new location.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Original path Text input > Path to a folder

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)

Destination path Text input > Path to a folder

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)