416

Product support

Visit this product's website for support.

Categories

Dropbox Adapter Plugin

Dropbox v2 API filesystem adapter plugin for OctoberCMS.

Important note: Currently October does not support using Dropbox for media and uploads disks. This plugin solely purpose is to allow using Dropbox as storage option for BackupManager plugin.

Installation

There are couple ways to install this plugin.

  1. Use October Marketplace and Add to project button.
  2. Use October backend area Settings > System > Updates & Plugins > Install Plugins and type Renatio.DropboxAdapter.
  3. Use php artisan plugin:install Renatio.DropboxAdapter command.
  4. Use composer require renatio/dropboxadapter-plugin in project root.

Configuration

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.

Add new filesystem disk in disks array in config/filesystems.php:

'dropbox' => [
    'driver' => 'dropbox',
    'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
],

Set generated authorization token DROPBOX_ACCESS_TOKEN in your .env file.

Like this plugin?

If you like this plugin, give this plugin a Like or Make donation with PayPal.

My other plugins

Please check my other plugins.

Support

Please use GitHub Issues Page to report any issues with plugin.

Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.

Configuration

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.

Add new filesystem disk in disks array in config/filesystems.php:

'dropbox' => [
    'driver' => 'dropbox',
    'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
],

Set generated authorization token DROPBOX_ACCESS_TOKEN in your .env file.

You can adjust resource storage (media, uploads, resources) configuration in config/system.php file.

3.0.3

Docs.

Nov 02, 2022

3.0.2

Docs.

Jun 16, 2022

3.0.1

Docs.

Jun 16, 2022

3.0.0

Require October CMS 3.0.

Jun 16, 2022

2.0.0

Support Dropbox v2 API.

Jun 18, 2020

1.0.1

Initialize plugin.

Sep 30, 2017

Upgrading To 3.0.0

Plugin requires October CMS version 3.0 or higher, Laravel 9.0 or higher and PHP >=8.0.

Drop support for October CMS version 2.x.