Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-dropbox</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

URI format

 

Code Block
dropbox://[operation]?[options]

Where operation is the specific action (typically is a CRUD action) to perform on Dropbox remote folder.

Operation 

 

Wiki Markup
{div:class=confluenceTableSmall}
|| Operation || Description ||
| {{del}} | deletes files or directories on Dropbox|
| {{get}} | download files from Dropbox |
| {{move}}  | move files from folders on Dropbox |
| {{put}} | upload files on Dropbox |
| {{search}}  | search files on Dropbox based on string queries |
{div}

...