Copy
Copy Certified

Copy Dropbox file or folder

yaml
type: io.kestra.plugin.dropbox.files.Copy
yaml
id: dropbox_copy
namespace: company.team
tasks:
  - id: copy_file
    type: io.kestra.plugin.dropbox.files.Copy
    accessToken: "{{ secret('DROPBOX_ACCESS_TOKEN') }}"
    from: "/source/template.csv"
    to: "/reports/new_report.csv"
    autorename: false
Properties
Defaultfalse
Definitions
clientModifiedstring
Formatdate-time
idstring
namestring
pathstring
sizeinteger
typestring