Versions Compared

Key

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

...

Operations require additional options to work, some are mandatory for the specific operation.

Options

In order to work with Dropbox API you need to obtain an accessToken and a clientIdentifier
You can refer to the Dropbox documentation that expalins how to get them  

Below are listed the mandatory options for all operations:

Wiki Markup
{div:class=confluenceTableSmall}
|| Property || DefaultMandatory || Description ||
| {{deletesaccessToken}} | {{true}} | document deletes are published as events |
| {{updatesclientIdentifier}} | {{true}} | document inserts/updates are published as events |
| {{heartbeat}} | {{30000}} | how often to send an empty message to keep socket alive in millis |
| {{createDatabase}} | {{true}} | create the database if it does not already exist |
| {{username}} | {{null}} | username in case of authenticated databases |
| {{password}} | {{null}} | password for authenticated databases |
{div}

Headers

The following headers are set on exchanges during message transport.

...