Move
Move Certified

Move Dropbox file or folder

yaml
type: io.kestra.plugin.dropbox.files.Move
yaml
id: dropbox_move
namespace: company.team
tasks:
  - id: move_file
    type: io.kestra.plugin.dropbox.files.Move
    accessToken: "{{ secret('DROPBOX_ACCESS_TOKEN') }}"
    from: "/source/report.csv"
    to: "/archive/report_q1.csv"
    autorename: false
Properties
Defaultfalse
Defaultfalse
Definitions
clientModifiedstring
Formatdate-time
idstring
namestring
pathstring
sizeinteger
typestring