dev-master
9999999-dev https://octobercms.com/plugin/renatio-dropboxadapterDropbox filesystem adapter plugin for OctoberCMS
MIT
The Requires
by Michal Plodowski
laravel php dropbox octobercms octobercms-plugin
Wallogit.com
2017 © Pedro Peláez
Dropbox filesystem adapter plugin for OctoberCMS
Dropbox v2 API filesystem adapter plugin for OctoberCMS., (*1)
Important note: Currently October does not support using Dropbox for
mediaanduploadsdisks. This plugin solely purpose is to allow using Dropbox as storage option for BackupManager plugin., (*2)
There are couple ways to install this plugin., (*3)
php artisan plugin:install Renatio.DropboxAdapter command.composer require renatio/dropboxadapter-plugin in project root.The first thing you need to do is to get an authorization token at Dropbox. A token can be generated in the App Console for any Dropbox API app. You'll find more info at the Dropbox Developer Blog., (*4)
Add new filesystem disk in disks array in config/filesystems.php:, (*5)
'dropbox' => [
'driver' => 'dropbox',
'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
],
Set generated authorization token DROPBOX_ACCESS_TOKEN in your .env file., (*6)
If you like this plugin, give this plugin a Like or Make donation with PayPal., (*7)
Please check my other plugins., (*8)
Please use GitHub Issues Page to report any issues with plugin., (*9)
Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link., (*10)
Dropbox filesystem adapter plugin for OctoberCMS
MIT
laravel php dropbox octobercms octobercms-plugin