Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to Dropbox with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Dropbox.
Authorize Dropbox
Go to Connections -> Add Test Connection -> Authorize, then log in to Dropbox. Later, youβll let your users do the same directly from your app.
Call the Dropbox API
Letβs make your first request to the Dropbox API. Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Dropbox Integration Guides
Nango maintained guides for common use cases.- How to register your own Dropbox OAuth app
Register an OAuth app with Dropbox and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Dropbox
Enable them in your dashboard. Extend and customize to fit your needs.Files
| Function name | Description | Type | Source code |
|---|---|---|---|
batch-copy-files-or-folders | Copy multiple files or folders to new Dropbox paths in one batch job | Action | π Github |
batch-create-folders | Create multiple Dropbox folders in one batch request | Action | π Github |
batch-delete-files-or-folders | Delete multiple Dropbox files or folders in one batch job | Action | π Github |
batch-move-files-or-folders | Move multiple Dropbox files or folders to new locations in one batch job. | Action | π Github |
check-batch-copy-files-or-folders | Check the status of a Dropbox batch copy job using its async job ID. | Action | π Github |
check-batch-delete-files-or-folders | Check the status of a Dropbox batch delete job using its async job ID. | Action | π Github |
check-batch-move-files-or-folders | Check the status of a Dropbox batch move job using its async job ID. | Action | π Github |
copy-file-or-folder | Copy a Dropbox file or folder to a different path. | Action | π Github |
create-folder | Create a folder at a Dropbox path. | Action | π Github |
delete-file-or-folder | Delete a Dropbox file or folder by path | Action | π Github |
download-file | Download file contents from Dropbox. | Action | π Github |
download-folder-as-zip | Download a Dropbox folder as a zip archive | Action | π Github |
get-file-or-folder-metadata | Retrieve metadata for a Dropbox file or folder | Action | π Github |
get-file-temporary-link | Generate a temporary Dropbox link for file content streaming. | Action | π Github |
list-file-revisions | List revisions for a Dropbox file by path or file id. | Action | π Github |
list-folder | List Dropbox folder contents with pagination and optional recursion. | Action | π Github |
move-file-or-folder | Move a Dropbox file or folder to a different path | Action | π Github |
restore-file-revision | Restore a previous Dropbox file revision to the current path | Action | π Github |
search-files-and-folders | Search Dropbox files and folders by query text and path scope. | Action | π Github |
upload-file | Upload a small file directly to Dropbox. | Action | π Github |
upload-large-file | Upload a large file to Dropbox with an upload session | Action | π Github |
Sharing
| Function name | Description | Type | Source code |
|---|---|---|---|
check-unshare-folder | Check the status of a Dropbox unshare folder job using its async job ID. | Action | π Github |
create-shared-link | Create a shared link for a Dropbox file or folder with optional settings. | Action | π Github |
list-shared-folders | List shared folders available to the current Dropbox user. | Action | π Github |
list-shared-links | List shared links for the current user or for a specific path | Action | π Github |
modify-shared-link-settings | Update settings on an existing Dropbox shared link. | Action | π Github |
revoke-shared-link | Revoke a Dropbox shared link so it no longer grants access. | Action | π Github |
share-folder | Turn a Dropbox folder into a shared folder for collaborators | Action | π Github |
unshare-folder | Unshare a Dropbox shared folder as its owner. | Action | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
create-user | Creates a user in Dropbox. Requires Dropbox Business. | Action | π Github |
get-current-account | Retrieve the authenticated Dropbox account profile. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
files | Sync Dropbox file metadata from configured root paths using list folder cursors. | Sync | π Github |
folders | Sync Dropbox folder metadata from configured root paths. | Sync | π Github |
shared-folders | Sync shared folder metadata visible to the current Dropbox user. | Sync | π Github |
shared-links | Sync Dropbox shared links for the current user or configured path scopes. | Sync | π Github |