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
Copy the following assemblies to the
bin
folder in yourdox42Server
folder:CustomDropboxOutputAction.dll
Dropbox.Api.dll
Newtonsoft.Json.dll
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.