Integrate Files storage with Dropbox

The code here was neither developed nor fully tested by AfterLogic.
It's not supported in any way. Use it at your own risk.

Sash04ek has created a plugin for integration with Dropbox. The plugin is available at: https://github.com/sash04ek/afterlogic-dropbox-plugin

This plugin extends Files storage functionality by adding interface to user's Dropbox account. With this plugin enabled, and once user has Dropbox account access configured, the user will get an additional Dropbox tab under Files screen, with the same set of features as the one available for existing Personal files storage.

Note that this functionality differs from attaching files from Dropbox, though both the features use the same engine under the hood.

To allow for using this feature, administrator of the installation needs to configure Dropbox integration first.

Upon downloading and extracting plugin package content, you'll need to deploy the plugin so that its index file is available at the following location:

data/plugins/afterlogic-dropbox-plugin/index.php

To enable the plugin, add the following to array defined in data/settings/config.php file:

'plugins.afterlogic-dropbox-plugin' => true,