2 Home
gitea_admin edited this page 2026-03-11 14:35:54 +00:00

Dropbox Sink

Upload Files to Dropbox.

The Kamelet expects the following headers to be set:

  • file / ce-file: as the file name to upload

If the header won't be set the exchange ID will be used as file name.

Metadata

Property Value
Type sink
Group Dropbox
Namespace Cloud
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
accessToken string The access Token to use to access Dropbox
clientIdentifier string Dropbox App client Identifier
remotePath string Original file or folder to work with
uploadMode string add Which mode to upload. in case of add the new file will be renamed if a file with the same name already exists on dropbox. in case of force if a file with the same name already exists on dropbox, this will be overwritten. The value can be one of add, force.

Dependencies

  • camel:core
  • camel:dropbox
  • camel:kamelet