Update wiki Home page for dropbox-sink

gitea_admin 2026-03-11 14:35:54 +00:00
parent 7a8e2fb979
commit 710eeade33

41
Home.md

@ -1,21 +1,34 @@
# Deploy the Project on CamelX Platform # Dropbox Sink
Deploy on CamelX Platform in three steps Upload Files to Dropbox.
## Step 1: Create a release The Kamelet expects the following headers to be set:
From the project space, click on **"Create a release"**
The new version is automatically available in the list - `file` / `ce-file`: as the file name to upload
## Step 2: Deploy If the header won't be set the exchange ID will be used as file name.
Click on **"Deploy"**
- **Version:** Select the desired release ## Metadata
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose | Property | Value |
Enable **"Expose"** |----------|-------|
| Type | sink |
| Group | Dropbox |
| Namespace | Cloud |
| Support Level | Stable |
| Provider | Apache Software Foundation |
Choose an **API Gateway** (Internal, Public, etc.) ## 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`