Installing DropboxAction for dox42 Server

Prev Next

In order to use the DropboxAction with dox42 Server, you have to make the following configurations.

Note

In case you are using dox42 Online, the CustomDropboxOutputAction.dll is already deployed in your instance!

Steps

  1. Copy the following assemblies to the bin folder in your dox42Server folder:

    • CustomDropboxOutputAction.dll

    • Dropbox.Api.dll

    • Newtonsoft.Json.dll

  2. Register the Output Action DropboxAction in the web.config file of your dox42 Server:

    <customOutputActions>    
      <add key="CustomDropboxOutputAction.DropboxAction" 
           value="DropboxAction;c:\dox42Server\bin\CustomDropboxOutputAction.dll;"/>
    </customOutputActions>

Result

You have made the necessary configurations to use this Output Action with dox42 Server.