Dropbox
Dropbox is a cloud storage and file-sharing platform that allows users to store, sync, and share files across multiple devices. It provides a secure way to collaborate, back up important data, and access files from anywhere.
How to Integrate Dropbox with ZBrain Flow
Click the '+' button in ZBrain Flow.
Search for Dropbox in the available integrations.
Select any Dropbox action to configure it.
How to Connect Dropbox in ZBrain Flow
Enter the Connection Name β Provide a name to identify your Dropbox connection.
Click 'Connect' β Follow the authentication steps to authorize Dropbox access.
Click 'Save' β Your Dropbox connection is now ready for use in ZBrain Flow.
Actions Available in ZBrain Flow
1. Search for Files and Folders
Find files and folders within Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the Query β The search string (must be at least 3 characters).
Enter the Path β Define the folder path to search in (default: root).
Enter Max Results β Maximum results (1-1000, default is 100).
Select Order By β Choose relevance or modified time.
Select File Status β Search for active or deleted files.
Enable/Disable Filename Only β Restrict search to filenames.
Enter File Extensions β Restrict search to specified extensions (comma-separated).
Enter File Categories β Restrict search to specific categories (comma-separated).
Enter Account ID β Restrict results to a specific account.
2. Create a New Text File
Generate a text file within Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the Folder Path β Define where to create the file.
Enter the Text β Provide the text content.
Enable/Disable Auto Rename β Avoid conflicts with duplicate names.
Enable/Disable Mute β Suppress notifications for file changes.
Enable/Disable Strict Conflict β Enforce strict revision conflict detection.
3. Upload a File
Upload a file to Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the File Path β Define the upload location.
Enter the File β Provide the file URL or Base64 content.
Enable/Disable Auto Rename β Avoid filename conflicts.
Enable/Disable Mute β Suppress modification notifications.
Enable/Disable Strict Conflict β Enforce strict revision control.
4. Get a Temporary File Link
Generate a temporary shareable link for a file.
Configuration Steps:
Select a connection or create a new one.
Enter the File/Folder Path β Define the target file or folder.
5. Delete a File
Remove a file from Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the File Path β Define the file to be deleted.
6. Move a File
Relocate a file within Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the Current Path β Source location (e.g.,
/folder1/oldfile.txt
).Enter the Destination Path β Target location (e.g.,
/folder2/newfile.txt
).Enable/Disable Auto Rename β Avoid name conflicts.
Enable/Disable Allow Ownership Transfer β Allow file ownership changes.
7. Copy a File
Duplicate a file to a new location.
Configuration Steps:
Select a connection or create a new one.
Enter the Source Path β Original file location.
Enter the Destination Path β Target location.
Enable/Disable Auto Rename β Prevent conflicts.
Enable/Disable Allow Ownership Transfer β Allow ownership changes.
8. Create a New Folder
Generate a new folder in Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the Folder Path β Define the new folderβs location.
Enable/Disable Auto Rename β Handle duplicate folder names.
9. Delete a Folder
Remove a folder from Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the Folder Path β Specify the folder to delete.
10. Move a Folder
Relocate a folder within Dropbox.
Configuration Steps:
Select a connection or create a new one.
Enter the Current Path β Folderβs existing location.
Enter the Destination Path β Target location.
Enable/Disable Auto Rename β Handle duplicate folder names.
Enable/Disable Allow Ownership Transfer β Allow ownership changes.
11. Copy a Folder
Duplicate a folder to a new location.
Configuration Steps:
Select a connection or create a new one.
Enter the Source Path β Original folder location.
Enter the Destination Path β Target location.
Enable/Disable Auto Rename β Prevent conflicts.
Enable/Disable Allow Ownership Transfer β Allow ownership changes.
12. List Folder Contents
Retrieve a list of files and subfolders within a directory.
Configuration Steps:
Select a connection or create a new one.
Enter the Folder Path β Define the folder to list (use an empty string for root).
Enable/Disable Recursive Listing β Retrieve all subfoldersβ contents.
Enter the Limit β Maximum results (1-2000, default is 2000).
13. Custom API Call
Perform a custom API request to a Dropbox endpoint.
Configuration Steps:
Select a connection or create a new one.
Enter the API Endpoint URL β Include the full URL or a relative path.
Select the HTTP Method:
GET β Retrieve data.
POST β Send data.
PATCH β Modify existing data.
PUT β Update or replace data.
DELETE β Remove data.
HEAD β Fetch headers only.
Add Headers β Define custom request headers.
Authorization headers are automatically injected.
Add Query Parameters β Specify parameters for API customization.
Enter JSON Body β Provide request payload in JSON format.
Set Timeout (in seconds) β Define the request timeout duration.
Last updated