You can use a Dropbox object as a single source in a synchronization task. You configure the Dropbox source properties on the Source page of the Synchronization Task wizard.
The following table lists the Dropbox source properties:
Property
Description
Connection
Name of the connection.
Source Type
Type of the source object. Select Single.
Source Object
Name of the source object. For the Download and Revisions objects, the source object is Dropbox. For Upload, Delete, Move, and Restore objects, the source object is either FlatFile or Salesforce.
You need to configure specific advanced properties on the Schedule tab to use the source object in a synchronization task.
Advanced Source Properties
Description
Source Filter
Specifies the filter you need to apply while querying Entity.
Sorted Ports
Specifies sort specification that you need to apply while querying for Entity Attribute values.
Maximum Page Size
Maximum Page size for creating Message buffer.
Dropbox Source Synchronization Task Example 1
The following steps to download files from Dropbox to Salesforce:
1On the Source tab, select the source Connection as Dropbox. Select the required Source Object.
2On the Target tab, select the target Connection as Salesforce. Select the required Target Object.
3On the Data Filters tab, apply a DownloadAsBinary filter:
FilterBy
Operator
Filter Value
DownloadAsBinary
Equals
1
4On the Field Mapping tab, click FX corresponding to the FileContentfield.
Note: Use FX option to add or edit expressions.
5The Field Expression dialog box appears.
6Enter ENC_Binary(FileContent) in the Expressionbox.
7Click OK.
8Click Save and then Finish.
9From the Explore page, select the task, and click Actions > Run.
After you run the task, you can monitor the status of the logs in the Monitor page.