Integrations
Integrations connect the Cloud Workspace to supported external services for use inside Flow Canvas. Manage them from the Flow Canvas integrations dialog or the Settings shortcut that opens that dialog.
Supported integration types
Current workspace integrations include:
- Dropbox for folder and file actions, Dropbox-triggered flow checks, and importing supported automation files into Automation Library.
- Google Drive for list, upload, download, delete, create-folder, and move/rename steps on files this app can use in your connected Drive account.
- Supabase for database-style Flow Canvas nodes that work with a connected Supabase project.
Only connect services you control and understand. Integration availability can depend on your account plan and on the specific node you are using.
HTTP Request (Flow Canvas) is not configured here
The HTTP Request node appears under Data in Flow Canvas Add Node, not under Integrations. It calls web addresses from your browser session using normal browser rules. You configure the URL, headers, and body on the node itself; there is nothing to connect on this Integrations page for that behavior.
Dropbox boundary
Dropbox is a source and integration, not MiniMouseMacro’s runnable asset store. When importing automation files from Dropbox, supported files are copied into Automation Library first and must pass the same slot and quota rules as other library saves. MiniMouseMacro does not run macros or flows directly from Dropbox.
Users connect Dropbox in the MiniMouseMacro app. You do not need to create a Dropbox developer app or paste app keys, secrets, redirect URLs, or API tokens.
Google Drive boundary
Google Drive steps run in the Cloud Workspace on your signed-in account. They work with files and folders this app can access after you connect Google Drive, not with your entire Drive library.
Connect Google Drive from the Flow Canvas integrations dialog (or the Settings shortcut that opens it). You do not create a Google Cloud OAuth app or paste client IDs, secrets, or redirect URLs. MiniMouseMacro owns the integration; you approve access in Google when prompted.
Google Drive Flow Canvas nodes appear under Google Drive in Add Node. They include List Files, Download File, Upload File, Delete File, Create Folder, and Move/Rename File. Folder and file targets accept a Drive id from the file URL or an exact name; when several items share a name, use Inside folder on the node to narrow the search.
Uploads are limited to about 2 MB per run. Download text mode is for readable file types within a similar size cap. Use Metadata or Reference output modes when you only need file details or an id for a later step.
A Google Drive trigger node is not available yet. Use Manual Trigger or other supported triggers to start flows that include Drive steps.
Supabase boundary
Supabase connections are used by Flow Canvas database nodes. Store credentials through the supported connection flow, then use the database nodes for queries or changes that your Supabase project allows.
For logic that a direct database node cannot express cleanly, use a database view, a Supabase-exposed function, or multiple Flow Canvas steps.