Agentic Service Discovery

Resources

D

Dropbox

by Dropbox, Inc.

Upload and download files, create folders, search content, move and delete files, generate shared links, and manage Dropbox storage from agent workflows.

StorageFree / PaidOAuth 2.0filesstoragecloudsharingdocuments

How agents use Dropbox

  • Agent uploads generated reports or exports to a Dropbox folder for archiving and sharing
  • Agent searches Dropbox for relevant files before processing or summarising them
  • Agent downloads a file from Dropbox to extract its content and pass it to an LLM
  • Agent creates a shared link after generating a deliverable and sends it via email or Slack
  • Agent organises output files into date-stamped folders automatically

Agent actions

List FolderList the contents of a Dropbox folder.

Inputs: path, recursive, limit

Returns: entries, entryCount, hasMore, cursor

Get File/Folder MetadataRetrieve metadata for a file or folder at a given path.

Inputs: path

Returns: name, path, id, size, modified, isFolder, metadata

Download FileDownload the content of a file from Dropbox.

Inputs: path

Returns: content, name, size

Upload FileUpload a file to a specified path in Dropbox.

Inputs: path, content, mode

Returns: path, id, size, file

Create FolderCreate a new folder in Dropbox.

Inputs: path

Returns: path, id, folder

Move / Rename FileMove or rename a file or folder in Dropbox.

Inputs: fromPath, toPath

Returns: path, metadata

Delete File or FolderDelete a file or folder from Dropbox (moves to trash).

Inputs: path

Returns: metadata, success

Search FilesSearch for files and folders by filename or content.

Inputs: query, path, maxResults

Returns: matches, matchCount, hasMore

Create Shared LinkGenerate a public shared link for a file or folder.

Inputs: path, requirePassword

Returns: url, expires, link

Example workflows

1

Report archiving pipeline

After generating a weekly report, an agent uploads it to a Dropbox folder and generates a shared link to send to stakeholders.

About Dropbox

Vendor
Dropbox, Inc.
Pricing Always review details with the vendor
Free / PaidFree tier: 2GB storage. Plus: $9.99/month for 2TB. Business plans available. API access is included with all plans.
Authentication
OAuth 2.0
Rate limit Always review details with the vendor
600 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with Dropbox

Use the Agentic Planner to design, visualize, and connect Dropbox with your other tools.

Open Agentic Planner

Related Storage tools