Provides a Dropbox plugin for Flysystem.
## settings.php ##
Example configuration:
$settings['flysystem']['dropbox'] = [
'driver' => 'dropbox',
// Creates a metadata cache to speed up lookups.
'cache' => TRUE,
// Because Dropbox is not case-sensitive you’ll need to set the 'case_sensitive' option to false.
'case_sensitive' => FALSE,
];
## Module config ##
First you'll need to create a Dropbox app.
Once you have your app key and app secret, head to /admin/config/media/file-system/flysystem/flysystem-dropbox and enter the details.
Save the config, then click the link in order to approve the integration and receive an access code from Dropbox.
Enter the access code and save the config one more time.
In the background, the module will automatically retrieve short-lived access tokens.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Integrations
- Ecosystem: Flysystem
- Created by twistor on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
2.0.0
released 29 September 2024
Works with Drupal: ^10
Drupal 10 release with support for short-lived Dropbox access tokens.
Install:

