> ## 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 get file content

> Fetch the text content of a Dropbox file. Only text-like extensions are supported (txt, md, json, csv, log, yml, yaml, html, xml, common code files). PDFs…

`dropbox_get_file_content`

Fetch the text content of a Dropbox file. Only text-like extensions are supported (txt, md, json, csv, log, yml, yaml, html, xml, common code files). PDFs and binary formats return an error. Content is truncated to 15 KB. `pathOrId` accepts either a Dropbox path (e.g. '/Documents/notes.md') or the file id from search results.

## Parameters

<ParamField path="pathOrId" type="string" required />
