From 07a7b9d0e68d097529d1ee4a73a948af8e82894b Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:56 +0000 Subject: [PATCH] Update wiki Home page for dropbox-source --- Home.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..2d79979 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,31 @@ -# Deploy the Project on CamelX Platform +# Dropbox Source -Deploy on CamelX Platform in three steps +Consume Files from Dropbox. -## Step 1: Create a release -From the project space, click on **"Create a release"** +## Metadata -The new version is automatically available in the list +| Property | Value | +|----------|-------| +| Type | source | +| Group | Dropbox | +| Namespace | Cloud | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 2: Deploy -Click on **"Deploy"** +## Properties -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `period` | integer | ✓ | `10000` | The interval between fetches to the Dropbox remote path in milliseconds | +| `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 | +| `query` | string | ✓ | | A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched. | -## Step 3: Expose -Enable **"Expose"** +## Dependencies -Choose an **API Gateway** (Internal, Public, etc.) +- `camel:dropbox` +- `camel:kamelet` +- `camel:core` +- `camel:jsonpath` +- `camel:timer`