Copy
Copy Dropbox file or folder
Copy
Copy Dropbox file or folder
yaml
type: io.kestra.plugin.dropbox.files.CopyExamples
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
accessToken *Requiredstring
from *RequiredNon-dynamicobject
to *RequiredNon-dynamicobject
autorename booleanstring
Default
falseOutputs
file
Definitions
io.kestra.plugin.dropbox.models.DropboxFile
clientModifiedstring
Format
date-timeidstring
namestring
pathstring
sizeinteger
typestring