Dropbox

Next3 Offload Plugin Setup

This guide will walk you through the initial setup and configuration of the Next3 Offload plugin. Follow
these steps to connect the plugin to your chosen Wasabi Cloud and begin offloading your media.

Choose and Configure Your Cloud Provider

In this final step, you will connect the plugin to your cloud storage provider.

Choose a Cloud Provider: Select Wasabi Cloud.

  • Configure Credentials: After selecting your provider, you need to provide your access credentials. You have two options:
    • Option A: Define Credentials in wp-config.php (Recommended)
      This is the most secure method. Copy the provided code snippet and paste it into your
      wp-config.php file. You will need to replace the placeholder values with your actual app-key, app-secret.
define( 'NEXT3_SETTINGS', serialize( array(
    'provider' => 'dropbox',
    'app-key' => 'YOUR_APP_KEY',
    'app-secret' => 'YOUR_APP_ACCESS',
    'endpoint' => '',
) ) );

  • Option B: Store Credentials in the Database. You can store your credentials directly in the database. Select this option and enter your App key, App secret into the form fields.
  • Callback URL: Copy the URL and go to your Dropbox App’s dashboard. Then, paste it into the Redirect URIs field under the OAuth 2 section.

🔐 Dropbox Authorization Setup Guide

To enable Dropbox integration and generate the required refresh token, follow these steps:

Step 1: Initiate Authorization

  • On the configuration page (Step 4/4), click the Authorization link beside the message:
    “Need permission for generate refresh token, click to the link Authorization”.

Step 2: Grant App Permissions

  • You’ll be redirected to Dropbox’s permission page.
  • You will see a screen that says: “Blizz_drop(App name) would like to:” along with a list of permissions it requires (edit/view files, manage file requests, etc.)
  • Click the blue Allow button to continue.

✅ You’re Done!

  • After completing these steps, the system should retrieve a valid refresh token.
  • Click Check Connection to verify successful integration.

      Your Next3 Offload plugin is now configured and ready to use.

      Next

      Leave a Reply