Add the Plugin :
Upload the plugin to your Bubble account using the plugin editor or the "Install Plugin" option if it is already published.
Configure Properties :
client_id
, redirect_uri
, and other fields based on your application's needs.auth_mode
(recommended: "automatic" unless you have a predefined token).Configure States and Events :
file_urls
, file_ids
, etc.) and link them to dynamic elements (text, lists, images, etc.).picker_opened
, file_selected
, error, etc.) to customize the application's response.Security :
The plugin incorporates validations and threat detection (via known patterns) along with debouncing mechanisms to prevent injection attacks. Review the allowed_origins
configuration to restrict permitted origins.
Optimization :
Cache techniques and pending request handling are applied to improve performance. Generally, no adjustments are necessary unless specific needs arise.
Themes and Design :
Use the theme
and list.layout.type
fields to adapt the picker's visual appearance to your application's identity.
Was this page helpful?
Thank you for your feedback!
Please Login First
Comments (00)