5.1. Installation and Initial Setup
- Install the Plugin
- Search for “Dropbox File Chooser Plugin” in the Bubble Plugin Marketplace and install it, or upload it manually if you already have the plugin file.
- Configure Basic Properties
- Enter your app_key_dropbox from the Dropbox Developers Panel.
- Adjust multiselect, folderselect, size_limit, and file_types according to your needs.
- Define allowed_origins and strict_security to enhance security.
- Design and Page Usage
- Place the plugin element on the page where you want the Dropbox chooser to appear.
- Configure additional properties (e.g., linkType) in the Bubble property editor to customize the plugin’s behavior.
5.2. Linking States and Handling Events
- States (file_urls, file_names, etc.):
Use them in text elements, Repeating Groups, or for backend workflows.
- Events (onFilesSelected, onCancel, error, etc.):
Build workflows reacting to these events for tasks such as saving files to the database, sending notifications, or processing file lists.
Comments (00)