Ultimate Uploadcare
DemoEditorGet Ultimate Uploadcare
  • Welcome
  • Introduction
    • Key Use Cases
    • Key Features
    • Release Notes
  • Getting Started
    • Retrieving Uploadcare Keys
    • Installing the plugin
  • Elements
    • Ultimate Uploadcare - Uploader
      • Settings
        • Upload Options
        • Upload Config
        • Button Styling
      • Exposed States
        • List of File Paths
        • List of UUIDs
        • List of File Names
        • Array of Files
        • Disabled
        • Base64 Array
      • Workflow Actions
        • Reset Uploader
        • Remove File From Uploader
        • Open Uploader
        • Close Uploader
      • Events
    • Ultimate Uploadcare - Cloud Image Editor
      • Settings
      • Exposed States
      • Workflow Actions
      • Events
    • Ultimate Uploadcare - Video Player
      • Settings
    • Backend Workflow Actions
      • Store File
      • Delete File
      • Extract UUID
  • Implementation
    • File Uploads with Ultimate Uploadcare - Uploader
    • Saving Files to Bubble
    • Storing Files in Uploadcare
    • Optimising Images for SEO
    • Image Editing with Ultimate Uploadcare - Cloud Image Editor
Powered by GitBook
On this page
  1. Getting Started

Retrieving Uploadcare Keys

PreviousRelease NotesNextInstalling the plugin

Last updated 6 months ago

To use the Ultimate Uploadcare plugin, you'll need an Uploadcare account and two API keys: the UPLOADCARE_PUBLIC_KEY and, optionally, the UPLOADCARE_SECRET_KEY. Follow these steps to create an account and retrieve the necessary keys.

Step 1: Sign Up for an Uploadcare Account at

Step 2: Retrieve the UPLOADCARE_PUBLIC_KEY

  1. From the Project Dashboard, navigate to the API Keys section (usually visible in the sidebar on the left).

  2. Here, you'll find your Public Key.

Step 3: Retrieve the UPLOADCARE_SECRET_KEY (Optional)

In the same API Keys section, you will also see the option to create a Secret Key. This key is necessary for certain backend operations, such as the 'Store File' action.

  1. Click 'Add Secret Key'

  2. Click 'Show Key'

  3. Save your Secret Key

The Secret Key can only be viewed once so it is highly recommended you store this key somewhere secure. New keys can be generated should you lose this one.

Step 4: Adding the Keys to the Ultimate Uploadcare Plugin

  1. In your Bubble app, go to the Plugins tab and select the Ultimate Uploadcare plugin.

  2. In the plugin settings, paste your UPLOADCARE_PUBLIC_KEY in the designated field.

  3. If you plan to use backend features, also paste your UPLOADCARE_SECRET_KEY in the corresponding field.

After completing these steps, your app will be connected to Uploadcare, allowing you to utilize the file upload and processing features provided by the Ultimate Uploadcare plugin.

uploadcare.com