DropBox Connector
DropBox Connector Help
Version 1
ZappySys Logo File Version: v1
Supported Engine: 4

How to read data from DropBox in SSIS (Export data)


In this section we will learn how to configure and use DropBox Connector in the API Source to extract data from the DropBox.

  1. Begin with opening Visual Studio and Create a New Project.

  2. Select Integration Service Project and in new project window set the appropriate name and location for project. And click OK.

  3. In the the new SSIS project screen you will find the following:

    1. SSIS ToolBox on left side bar
    2. Solution Explorer and Property Window on right bar
    3. Control flow, data flow, event Handlers, Package Explorer in tab windows
    4. Connection Manager Window in the bottom
    SSIS Project Screen
    Note: If you don't see ZappySys SSIS PowerPack Task or Components in SSIS Toolbox, please refer to this help link.

  4. Now, Drag and Drop SSIS Data Flow Task from SSIS Toolbox. Double click on the Data Flow Task to see Data Flow designer.
    SSIS Data Flow Task - Drag and Drop

  5. From the SSIS toolbox drag and API Source (Predefined Templates) on the data flow designer surface, and double click on it to edit it:
    SSIS API Source (Predefined Templates) - Drag and Drop

  6. Select New Connection to create a new connection:
    API Source - New Connection

  7. Use a preinstalled DropBox Connector from Popular Connector List or press Search Online radio button to download DropBox Connector. Once downloaded simply use it in the configuration:

    DropBox
    DropBox Connector Selection

  8. Proceed with selecting the desired Authentication Type. Then select API Base URL (in most cases default one is the right one). Finally, fill in all the required parameters and set optional parameters if needed. You may press a link Steps to Configure which will help set certain parameters. More info is available in Authentication section.

    Steps to get DropBox Credentials : User Account [OAuth]

    To use OAuth authentication, firstly, you need to create OAuth application:

    1. Log into your DropBox account.
    2. Go to https://www.dropbox.com/developers/apps.
    3. Press Create app button to create a new app.
    4. Once a new page opens, select Scoped access option.
    5. Next, select Full Dropbox to access all files and folders or App folder to access specific folder's files and folders option
    6. Give your app a name
    7. Click create app
    8. Once a new page opens, click Scoped App in Permission type line to select application scopes.
    9. Select all Individual Scopes and Team Scopes if you want to manage team data. Click Submit button.
    10. Select Settings tab, scroll down to App key and App secret and copy paste them into Notepad.
    11. Then in OAuth 2 section add a URL as Redirect URI. If you don't have a working Redirect URI, you may add https://zappysys.com/oauth as Redirect URI

    Use App key and App secret and Redirect URI for use in Connection String when connecting or in UI.

    NOTE: If you are planning to use your current data connection/token for automated processes, we recommend that you use a generic account for token generation when the login box appears (e.g. sales_automation@mycompany.com instead of bob_smith@mycompany.com). When you use a personal account which is tied to a specific employee profile and that employee leaves the company, the token may become invalid and any automated processes using that token will fail. Another potentially unwanted effect of using a personal token is incorrect logging; the API calls (e.g. Read, Edit, Delete, Upload) made with that token will record the specific user as performing the calls instead of an automated process.
    DropBox
    User Account [OAuth]
    https://api.dropboxapi.com/2/
    Required Parameters
    UseCustomApp Fill in the parameter...
    ReturnUrl Fill in the parameter...
    Optional Parameters
    ClientId Fill in the parameter...
    ClientSecret Fill in the parameter...
    Scope Fill in the parameter...
    RetryMode Fill in the parameter...
    RetryStatusCodeList Fill in the parameter...
    RetryCountMax Fill in the parameter...
    RetryMultiplyWaitTime Fill in the parameter...
    ZappySys OAuth Connection

  9. Select the desired endpoint, change/pass the properties values, and click on Preview Data button to make the API call.

    API Source - DropBox
    Read / write DropBox data inside your app; perform many DropBox operations without coding, just use easy to use high performance API Connector for DropBox
    API Source - Select Endpoint

  10. That's it; we are done. In a few clicks we configured the call to DropBox using ZappySys DropBox Connector