--- title: 'Dropbox' description: 'Access and manage files, folders, and sharing in Dropbox cloud storage.' --- # Dropbox Access and manage files, folders, and sharing in Dropbox cloud storage. | Detail | Value | |---|---| | Category | Productivity | | Base URL | `https://api.dropboxapi.com/2` | | Authentication | OAuth2 | | Endpoints | 7 | | Connector key | `dropbox` | ## Using Dropbox in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Dropbox** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /files/list_folder](./post_files_list_folder_productivity_listfolder) | List folder contents | | [POST /files/get_metadata](./post_files_get_metadata_productivity_getmetadata) | Get file/folder metadata | | [POST /files/create_folder_v2](./post_files_create_folder_v2_productivity_createfolder) | Create a folder | | [POST /files/delete_v2](./post_files_delete_v2_productivity_deletefile) | Delete a file or folder | | [POST /files/move_v2](./post_files_move_v2_productivity_movefile) | Move a file or folder | | [POST /files/search_v2](./post_files_search_v2_productivity_searchfiles) | Search for files | | [POST /sharing/create_shared_link_with_settings](./post_sharing_create_shared_link_with_settings_productivity_createsharedlink) | Create a shared link | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.