← Back to all apps

Dropbox

Productivityby OpenAI

Use your Dropbox files to gather insights, prepare briefs, and summarize reports or internal documents. Combine related materials into a single overview, extract the most important details, or condense long PDFs into a sharper take-away. It’s a fast way to turn stored content into clear, usable writing.

6ChatGPT Tools
OpenAIDeveloper
ProductivityCategory

Available Tools

Fetch

fetch
Full Description

Fetches a file by path. If download_raw_file is set to True, the file will be downloaded as a raw file. Otherwise, the file will be displayed as text.

Parameters (1 required, 1 optional)
Required
pathstring

Dropbox file path to fetch.

Optional
download_raw_fileboolean

Whether to return the file in raw downloadable form instead of text.

Default: False

Fetch File

fetch_file
Full Description

Fetch a file from Dropbox given its path. If download_raw_file is set to True, the file will be downloaded as a raw file. Otherwise, the file will be displayed as text.

Parameters (1 required, 1 optional)
Required
pathstring

Dropbox file path to fetch.

Optional
download_raw_fileboolean

Whether to return the file in raw downloadable form instead of text.

Default: False

Get Profile

get_profile
Full Description

Retrieve the Dropbox profile for the current user.

List Recent Files

list_recent_files
Full Description

Return the most recently modified files accessible to the user. topk controls the final number of results returned. The connector paginates through Dropbox cursor pages under the hood to avoid truncating to the first page.

Parameters (1 required)
Required
topkinteger

Maximum number of recent files to return.

Search

search
Full Description

Searches Dropbox for files matching a query. Queries work best with short filenames or concise phrases such as `"budget.csv" or "Q1 meeting notes". recency_days` is currently ignored.

Parameters (1 required, 2 optional)
Required
querystring

Dropbox filename or phrase to search for.

Optional
recency_daysinteger

Reserved for future recency filtering. Currently ignored by this connector.

Default: null
topninteger

Maximum number of results to return.

Default: 20

Search Files

search_files
Full Description

Search Dropbox files and return matching results. Queries work best with short filenames or concise phrases such as `"budget.csv" or "Q1 meeting notes". recency_days` is currently ignored.

Parameters (1 required, 3 optional)
Required
querystring

Dropbox filename or phrase to search for.

Optional
filter_file_extensionsarray

Optional file extensions to filter on. Currently ignored by this connector.

Default: null
recency_daysinteger

Reserved for future recency filtering. Currently ignored by this connector.

Default: null
topninteger

Maximum number of results to return.

Default: 20