Dropbox Sink
Provided by: "Apache Software Foundation"
Support Level for this Kamelet is: "Stable"
Upload Files to Dropbox.
Configuration Options
The following table summarizes the configuration options available for the dropbox-sink
Kamelet:
Property | Name | Description | Type | Default | Example |
---|---|---|---|---|---|
Dropbox Access Token | Required The access Token to use to access Dropbox. | string | |||
Client Identifier | Required Dropbox App client Identifier. | string | |||
Remote Path | Required Original file or folder to work with. | string | |||
Upload Mode | Required The uploading mode in case a file with the same name exists on Dropbox. Choose | string | add |
Dependencies
At runtime, the dropbox-sink
Kamelet relies upon the presence of the following dependencies:
-
camel:core
-
camel:dropbox
-
camel:kamelet
Camel JBang usage
Prerequisites
-
You’ve installed JBang.
-
You have executed the following command:
jbang app install camel@apache/camel
Supposing you have a file named route.yaml with this content:
- route:
from:
uri: "kamelet:timer-source"
parameters:
period: 10000
message: 'test'
steps:
- to:
uri: "kamelet:dropbox-sink"
You can now run it directly through the following command
camel run route.yaml
Dropbox Sink Kamelet Description
Authentication
This Kamelet uses OAuth 2.0 access token authentication to connect to Dropbox. You need to provide: - Access Token: OAuth access token from Dropbox - Client Identifier: Your Dropbox App client identifier