> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox search

> Search the user's Dropbox by filename and (for supported text formats) content. Returns file/folder metadata. Follow up with dropbox_get_file_content for…

`dropbox_search`

Search the user's Dropbox by filename and (for supported text formats) content. Returns file/folder metadata. Follow up with `dropbox_get_file_content` for text content.

## Parameters

<ParamField path="query" type="string" required>
  Search term. Matches filenames and text content where indexed.
</ParamField>

<ParamField path="path" type="string">
  Optional: restrict search to a folder path (e.g. '/Documents'). Empty string searches the whole Dropbox.
</ParamField>

<ParamField path="filenameOnly" type="boolean">
  If true, only match filenames (not content). Default false.
</ParamField>

<ParamField path="limit" type="integer" default={25}>
  Minimum: 1. Maximum: 100.
</ParamField>
