DownloadDownload
DownloadCertified

yaml
type: "io.kestra.plugin.dropbox.files.Download"
yaml
id: dropbox_download_file
namespace: company.team
tasks:
  - id: download_report
    type: io.kestra.plugin.dropbox.files.Download
    accessToken: "{{ secret('DROPBOX_ACCESS_TOKEN') }}"
    from: "/shared_reports/quarterly_report.csv"

yaml
id: dropbox_download_dynamic_path
namespace: company.team
tasks:
  - id: generate_path_file
    type: io.kestra.plugin.core.storage.Write
    content: "/dynamic/data/{{ flow.startDate }}.json"
    # Kestra automatically generates the output URI
  - id: download_dynamic_file
    type: io.kestra.plugin.dropbox.files.Download
    accessToken: "{{ secret('DROPBOX_ACCESS_TOKEN') }}"
    from: "{{ outputs.generate_path_file.uri }}" # Reference the generated URI
Properties
Definitions
clientModifiedstring
Formatdate-time
contentHashstring
exportInfo
exportAsstring
exportOptionsarray
SubTypestring
fileLockInfo
createdstring
Formatdate-time
isLockholderboolean
lockholderAccountIdstring
lockholderNamestring
hasExplicitSharedMembersboolean
idstring
isDownloadableboolean
mediaInfo
metadataValue
dimensions
location
timeTakenstring
Formatdate-time
namestring
parentSharedFolderIdstring
pathDisplaystring
pathLowerstring
previewUrlstring
propertyGroupsarray
fieldsarray
namestring
valuestring
templateIdstring
revstring
serverModifiedstring
Formatdate-time
sharingInfo
modifiedBystring
parentSharedFolderIdstring
readOnlyboolean
sizeinteger
symlinkInfo
targetstring
Formaturi