Storage for EDD via Dropbox
Storage for EDD via Dropbox is a powerful extension for Easy Digital Downloads that allows you to store and deliver your digital products using Dropbox cloud storage. This plugin provides seamless integration with Dropbox’s API, featuring OAuth2 authentication and secure temporary download links.
Key Features
- Dropbox Integration: Store your digital products securely in Dropbox
- OAuth2 Authentication: Secure and easy connection to your Dropbox account
- Temporary Download Links: Generates secure 4-hour temporary links for downloads
- Easy File Management: Upload files directly to Dropbox through WordPress admin
- Media Library Integration: Browse and select files from your Dropbox within WordPress
- Folder Support: Navigate and organize files in folders
- Security First: Built with WordPress security best practices
- Developer Friendly: Clean, well-documented code with hooks and filters
Configuration
Step 1: Create a Dropbox App
- Go to Dropbox Developer Console
- Click “Create app”
- Choose “Scoped Access” for API
- Choose “Full Dropbox” for access type
- Give your app a unique name
- Click “Create app”
Step 2: Configure Your App
- In your app settings, go to the “Permissions” tab
- Enable these permissions:
- files.metadata.read
- files.content.read
- files.content.write
- Click “Submit” to save permissions
Step 3: Set OAuth Redirect URI
- In your app settings, find “OAuth 2 Redirect URIs”
- Add this URL:
https://your-site.com/wp-admin/admin-post.php?action=dbxe_oauth_callback - Replace
your-site.comwith your actual domain
Step 4: Connect in WordPress
- Go to Downloads > Settings > Extensions > Dropbox Storage
- Enter your App Key and App Secret from the Dropbox Developer Console
- Save settings
- Click “Connect to Dropbox”
- Authorize the connection in the Dropbox popup
- You’re connected!
Usage
Browsing and Selecting Files
- When creating or editing a download in Easy Digital Downloads
- Click on “Upload File” or “Choose File”
- Select the “Dropbox Library” tab
- Browse your Dropbox storage using the folder navigation
- Use the breadcrumb navigation bar to quickly jump to parent folders
- Use the search box in the header to filter files by name
- Click “Select” to use an existing file for your download
Uploading New Files
- In the “Dropbox Library” tab, click the “Upload” button in the header row
- The upload form will appear above the file list
- Choose your file and click “Upload”
- After a successful upload, the file URL will be automatically set with the Dropbox prefix
- Click “Back” to return to the file browser without uploading
External services
This plugin connects to Dropbox API to manage files, create download links, and handle authentication.
It sends the necessary authentication tokens and file requests to Dropbox servers. This happens when you browse your Dropbox files in the dashboard, upload files, or when a customer downloads a file.
- Service: Dropbox API
- Used for: Authentication, file browsing, uploading, and generating download links.
- Data sent: OAuth tokens, file metadata, file content (during upload).
- URLs:
https://api.dropboxapi.com(API calls)https://content.dropboxapi.com(File transfers)https://www.dropbox.com(Authentication)
- Legal: Terms of Service, Privacy Policy
Support
For support and bug reports, please use the WordPress.org plugin support forum.
If you find this plugin helpful, please consider leaving a review on WordPress.org.
Other Storage Providers
Looking for a different storage provider? Check out our other plugins:
- Storage for EDD via Box – Use Box for your digital product storage
- Storage for EDD via OneDrive – Use Microsoft OneDrive for your digital product storage
- Storage for EDD via S3-Compatible – Use S3-compatible services like MinIO, DigitalOcean Spaces, Linode, Wasabi, and more
Privacy Policy
This plugin requires authorization to access your Dropbox account for file storage and retrieval. It does not collect or store any personal data beyond the OAuth tokens needed to maintain the connection. All file storage and delivery is handled through Dropbox’s secure infrastructure.
