Dropbox · 0.1.0

Dropbox API

A Dock-hosted Dropbox API starter integration for Harbor. Importing it creates a local http_api port shell plus a Harbor-safe Dropbox action set for listing folder contents, retrieving file or folder metadata, and creating folders with explicit approval. Dropbox bearer tokens stay local to Harbor Node.

Community included dropboxfilesfoldersproductivitystorage
Storage Category
8 Action templates
0 Workflow templates
Dropbox Publisher

Service Overview

Dropbox API is the official cloud file storage api from Dropbox for storage, files, folders, and productivity. This Hub entry keeps the service explanation, setup links, and Harbor-safe import path together so operators can review the integration before local credentials and policies are applied.

Dropbox API Service
Cloud file storage API Service type
https://api.dropboxapi.com/ Base URL

What This Port Does

  • List the contents of a Dropbox folder using a bounded JSON request body. Use an empty string path for the root folder if needed.
  • Fetch metadata for a Dropbox file or folder using a bounded JSON request body with a single explicit path target.
  • Create a Dropbox folder using a bounded JSON request body and keep the write path approval-friendly.
  • Keeps service credentials local to Harbor Node so approval, execution, and audit stay inside the Harbor ecosystem.

Operator Setup

  • Create or confirm a Dropbox account, workspace, or tenant with the API access needed for the actions you plan to enable.
  • Import this Hub entry into Harbor, then verify the service base URL and connection settings before testing actions.
  • Store the required Bearer token locally in Harbor Node using the Authorization header, then review automatic versus approval-required actions before publish.
  • Use the vendor setup guide linked below to create service credentials, scopes, or app registration settings that match your Harbor policy.

Install

Use in Harbor UI or the import-by-URL route.
https://hub.breakwaterharbor.net/p/dropbox/dropbox-api
http_api Local shell
8 Actions
Community Required tier
Never Secrets imported

Actions

List Folder JSON

{
  "slug": "list-folder",
  "label": "List Folder",
  "description": "List the contents of a Dropbox folder using a bounded JSON request body. Use an empty string path for the root folder if needed.",
  "method": "POST",
  "path": "/2/files/list_folder",
  "approvalMode": "automatic",
  "requestBodyMode": "json",
  "resultMode": "json_summary"
}