Uploading from Salesforce to Dropbox
Let us consider the example, to upload files from Salesforce to Dropbox, follow the procedures given below. Note: In the current release, only file attachments of 10MB is supported by base64(FileContent).
1. In Source tab, select source Connection as Salesforce. Select the required Source Object.
2. In Target tab, select Target Connection as Dropbox. Select the required Target Object.
3. In Field Mapping, click FX corresponding to FileContentfield.
4. The Field Expression dialog box appears.
5. Enter DEC_BASE64 (FileContent) in Expressionbox.
6. Click OK.
Note: You do not have to assign data filters to upload files from Salesforce to Dropbox.
The above mentioned procedures help you to successfully upload files from Salesforce to Dropbox.