
In addition, you need to enter the domain(s) of your sites in which you install and activate our plugin on into Chooser/Saver domains field.

Go back to our extension’s settings page and enter your App Key and the generated Access Token as follows: Simply click on Generated access token button to create a token which can be used to access your account via the API. Under the Settings tab, you will see the App Key.įrom the App Console screen, you will also see the OAuth 2 section. Get App KeyĪfter completing the above steps, you will be redirected to your App Console where you can configure the created app’s settings. After that, you will be asked to log into that account. Note that if you have both personal and business accounts, you have to choose which account owns the app. Then tick “I agree to Dropbox API Terms and Conditions” box and click on Create app to complete the step. You can follow Developer branding guide to choose a proper name for your app. Step 2: Select Dropbox API and then Full Dropbox type which allows our plugin to access to all files and folders in your Dropbox Step 1: Visit the Dropbox App Console and click on Create App button If you don’t have a Dropbox Business account yet, you will need to sign up here.Already have a Dropbox Business account? Sign in here.In the article, we will walk you through the flowing steps: You can use this information to integrate your Dropbox with other plugins on your sites such as our PDA Dropbox Integration extension. Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.This article guides you on how to create a new app on the DBX Platform as well as get App Key and Access Token. Please use GitHub Issues Page to report any issues If you like this plugin, give this plugin a Like or Make donation with PayPal. Set generated authorization token DROPBOX_ACCESS_TOKEN in your. 'authorization_token' => env('DROPBOX_ACCESS_TOKEN'), You'll find more info at the Dropbox Developer Blog.Īdd new filesystem disk in disks array in config/filesystems.php: 'dropbox' => [ A token can be generated in the App Console for any Dropbox API app. The first thing you need to do is to get an authorization token at Dropbox. Use composer require renatio/dropboxadapter-plugin in project root.Use php artisan plugin:install Renatio.DropboxAdapter command.Use October backend area Settings > System > Updates & Plugins > Install Plugins and type Renatio.DropboxAdapter.Use October Marketplace and Add to project button.

There are couple ways to install this plugin. This plugin solely purpose is to allow using Dropbox as storage option for BackupManager plugin. Important note: Currently October does not support using Dropbox for media and uploads disks. Dropbox v2 API filesystem adapter plugin for OctoberCMS.
