Developer docs

Dropbox integration

File sync and storage

Updated June 2026 177 actions available

Provider
dropbox
Category
Storage
Setup
See setup section below
Actions
177 available

Quick start

Call Dropbox from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Dropbox's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.

// In your generated app's worker handler:
const composio = composioClient(env);

const result = await composio.execute(
  "DROPBOX_ACTION_NAME",
  { /* action parameters — see Actions section below */ }
);

return new Response(JSON.stringify(result), {
  headers: { "Content-Type": "application/json" }
});

Replace ACTION_NAME with one of the slugs listed in the Actions section below. The composio client handles auth + rate limits automatically — no API key is exposed to user code.

Setup

Setup details for Dropbox aren't published yet. If you need this integration in production, contact the OverSkill team and we'll prioritize it.

Available actions

177 actions exposed via the Dropbox integration. Each maps to a callable slug — pass it to composio.execute(...) in your worker code.

Show all 177 actions
  • DROPBOX_APPEND_UPLOAD_SESSION
  • DROPBOX_APPEND_UPLOAD_SESSION_BATCH
  • DROPBOX_ARCHIVE_TEAM_FOLDER
  • DROPBOX_CHECK_COPY_BATCH
  • DROPBOX_CHECK_DELETE_BATCH
  • DROPBOX_CHECK_FOLDER_BATCH
  • DROPBOX_CHECK_JOB_STATUS
  • DROPBOX_CHECK_MOVE_BATCH
  • DROPBOX_CHECK_MOVE_FORMER_MEMBER_FILES_JOB_STATUS
  • DROPBOX_CHECK_REMOVE_MEMBER
  • DROPBOX_CHECK_SAVE_URL_STATUS
  • DROPBOX_CHECK_SHARE_JOB_STATUS
  • DROPBOX_CHECK_TEAM_FOLDER_ARCHIVE
  • DROPBOX_CHECK_UPLOAD_BATCH
  • DROPBOX_CHECK_USER
  • DROPBOX_COPY_BATCH
  • DROPBOX_COPY_FILE_OR_FOLDER
  • DROPBOX_COUNT_FILE_REQUESTS
  • DROPBOX_CREATE_FILE_REQUEST
  • DROPBOX_CREATE_FOLDER
  • DROPBOX_CREATE_FOLDER_BATCH
  • DROPBOX_CREATE_PAPER_DOCUMENT
  • DROPBOX_CREATE_PAPER_FOLDER
  • DROPBOX_CREATE_SHARED_LINK
  • DROPBOX_CREATE_SHARED_LINK_SIMPLE
  • DROPBOX_CREATE_TEAM_FOLDER
  • DROPBOX_CREATE_TEAM_GROUP
  • DROPBOX_DELETE_ALL_CLOSED_FILE_REQUESTS
  • DROPBOX_DELETE_BATCH
  • DROPBOX_DELETE_FILE
  • DROPBOX_DELETE_FILE_OR_FOLDER
  • DROPBOX_DELETE_FILE_REQUESTS
  • DROPBOX_DELETE_MANUAL_CONTACTS_BATCH
  • DROPBOX_DELETE_TEAM_FOLDER_PERMANENTLY
  • DROPBOX_DELETE_TEAM_GROUP
  • DROPBOX_DELETE_TEAM_MEMBER_PROFILE_PHOTO
  • DROPBOX_DELETE_TEAM_MEMBERS_SECONDARY_EMAILS
  • DROPBOX_DOWNLOAD_ZIP
  • DROPBOX_EXPORT_FILE
  • DROPBOX_FILES_SEARCH
  • DROPBOX_FINISH_UPLOAD_SESSION
  • DROPBOX_FINISH_UPLOAD_SESSION_BATCH
  • DROPBOX_GET_ABOUT_ME
  • DROPBOX_GET_ACCOUNT
  • DROPBOX_GET_ACCOUNT_BATCH
  • DROPBOX_GET_AVAILABLE_TEAM_MEMBER_ROLES
  • DROPBOX_GET_COPY_REFERENCE
  • DROPBOX_GET_FILE_LOCK_BATCH
  • DROPBOX_GET_FILE_METADATA_BATCH
  • DROPBOX_GET_FILE_PREVIEW
  • DROPBOX_GET_FILE_REQUEST
  • DROPBOX_GET_FILE_TAGS
  • DROPBOX_GET_FOLDER_CURSOR
  • DROPBOX_GET_JWKS
  • DROPBOX_GET_METADATA
  • DROPBOX_GET_METADATA_ALPHA
  • DROPBOX_GET_OPENID_CONFIG
  • DROPBOX_GET_SHARED_FILE_METADATA
  • DROPBOX_GET_SHARED_FOLDER_METADATA
  • DROPBOX_GET_SHARED_LINK_FILE
  • DROPBOX_GET_SHARED_LINK_METADATA
  • DROPBOX_GET_SPACE_USAGE
  • DROPBOX_GET_TEAM_FEATURE_VALUES
  • DROPBOX_GET_TEAM_FOLDER_INFO
  • DROPBOX_GET_TEAM_GROUPS_INFO
  • DROPBOX_GET_TEAM_GROUPS_JOB_STATUS
  • DROPBOX_GET_TEAM_INFO
  • DROPBOX_GET_TEAM_LOG_EVENTS
  • DROPBOX_GET_TEAM_LOG_EVENTS_CONTINUE
  • DROPBOX_GET_TEAM_MEMBER_CUSTOM_QUOTA
  • DROPBOX_GET_TEAM_MEMBERS_ADD_JOB_STATUS
  • DROPBOX_GET_TEAM_MEMBERS_INFO
  • DROPBOX_GET_TEAM_PROPERTIES_TEMPLATE
  • DROPBOX_GET_TEMPORARY_LINK
  • DROPBOX_GET_TEMPORARY_UPLOAD_LINK
  • DROPBOX_GET_THUMBNAIL
  • DROPBOX_GET_THUMBNAIL_BATCH
  • DROPBOX_GET_THUMBNAIL_V2
  • DROPBOX_GET_USER_FEATURES
  • DROPBOX_LIST_EXCLUDED_USERS_CONTINUE
  • DROPBOX_LIST_FILE_MEMBERS
  • DROPBOX_LIST_FILE_MEMBERS_BATCH
  • DROPBOX_LIST_FILE_REQUESTS
  • DROPBOX_LIST_FILE_REQUESTS_CONTINUE
  • DROPBOX_LIST_FILE_REVISIONS
  • DROPBOX_LIST_FILES_IN_FOLDER
  • DROPBOX_LIST_FOLDER_CONTINUE
  • DROPBOX_LIST_FOLDER_MEMBERS
  • DROPBOX_LIST_FOLDER_MEMBERS_CONTINUE
  • DROPBOX_LIST_FOLDERS
  • DROPBOX_LIST_FOLDERS_CONTINUE
  • DROPBOX_LIST_MEMBER_LINKED_APPS
  • DROPBOX_LIST_MEMBER_SPACE_LIMITS_EXCLUDED_USERS
  • DROPBOX_LIST_MOUNTABLE_FOLDERS
  • DROPBOX_LIST_MOUNTABLE_FOLDERS_CONTINUE
  • DROPBOX_LIST_PAPER_DOCS
  • DROPBOX_LIST_PAPER_DOCS_CONTINUE
  • DROPBOX_LIST_RECEIVED_FILES
  • DROPBOX_LIST_SHARED_FOLDERS
  • DROPBOX_LIST_SHARED_LINKS
  • DROPBOX_LIST_SHARING_ALLOWLIST
  • DROPBOX_LIST_TEAM_DEVICES
  • DROPBOX_LIST_TEAM_FOLDERS
  • DROPBOX_LIST_TEAM_FOLDERS_CONTINUE
  • DROPBOX_LIST_TEAM_GROUP_MEMBERS
  • DROPBOX_LIST_TEAM_GROUPS
  • DROPBOX_LIST_TEAM_GROUPS_CONTINUE
  • DROPBOX_LIST_TEAM_GROUPS_MEMBERS_CONTINUE
  • DROPBOX_LIST_TEAM_LINKED_APPS
  • DROPBOX_LIST_TEAM_MEMBER_DEVICES
  • DROPBOX_LIST_TEAM_MEMBERS
  • DROPBOX_LIST_TEAM_MEMBERS_CONTINUE
  • DROPBOX_LIST_TEAM_NAMESPACES
  • DROPBOX_LIST_TEAM_NAMESPACES_CONTINUE
  • DROPBOX_LIST_TEAM_SHARING_ALLOWLIST_CONTINUE
  • DROPBOX_LIST_TEMPLATES_FOR_TEAM
  • DROPBOX_LIST_USER_TEMPLATES
  • DROPBOX_MODIFY_SHARED_LINK_SETTINGS
  • DROPBOX_MOUNT_FOLDER
  • DROPBOX_MOVE_BATCH
  • DROPBOX_MOVE_FILE_OR_FOLDER
  • DROPBOX_OVERWRITE_FILE_PROPERTIES
  • DROPBOX_READ_FILE
  • DROPBOX_REMOVE_FILE_MEMBER
  • DROPBOX_REMOVE_FILE_PROPERTIES
  • DROPBOX_REMOVE_FILE_PROPERTIES_TEMPLATE_FOR_TEAM
  • DROPBOX_REMOVE_FILE_TAG
  • DROPBOX_REMOVE_FOLDER_MEMBER
  • DROPBOX_REMOVE_GROUP_MEMBERS
  • DROPBOX_REMOVE_SHARING_ALLOWLIST
  • DROPBOX_REMOVE_TEAM_MEMBER_CUSTOM_QUOTA
  • DROPBOX_REMOVE_TEAM_MEMBER_SPACE_LIMITS_EXCLUDED_USERS
  • DROPBOX_RENAME_TEAM_FOLDER
  • DROPBOX_RESEND_SECONDARY_EMAIL_VERIFICATION
  • DROPBOX_RESTORE_FILE
  • DROPBOX_REVOKE_SHARED_LINK
  • DROPBOX_SAVE_COPY_REFERENCE
  • DROPBOX_SAVE_URL
  • DROPBOX_SEARCH_CONTINUE
  • DROPBOX_SEARCH_FILE_OR_FOLDER
  • DROPBOX_SEARCH_FILE_PROPERTIES
  • DROPBOX_SEND_TEAM_MEMBER_WELCOME_EMAIL
  • DROPBOX_SET_PROFILE_PHOTO
  • DROPBOX_SET_TEAM_MEMBER_CUSTOM_QUOTA
  • DROPBOX_SHARE_FOLDER
  • DROPBOX_START_UPLOAD_SESSION
  • DROPBOX_START_UPLOAD_SESSION_BATCH
  • DROPBOX_UNLOCK_FILE_BATCH
  • DROPBOX_UNMOUNT_FOLDER
  • DROPBOX_UNSHARE_FILE
  • DROPBOX_UNSHARE_FOLDER
  • DROPBOX_UPDATE_FILE_MEMBER
  • DROPBOX_UPDATE_FILE_PROPERTIES
  • DROPBOX_UPDATE_FILE_REQUEST
  • DROPBOX_UPDATE_FOLDER_MEMBER
  • DROPBOX_UPDATE_FOLDER_POLICY
  • DROPBOX_UPDATE_GROUP_MEMBER_ACCESS_TYPE
  • DROPBOX_UPDATE_PAPER_DOCUMENT
  • DROPBOX_UPDATE_PROPERTY_TEMPLATE_FOR_TEAM
  • DROPBOX_UPDATE_TEAM_FOLDER_SYNC_SETTINGS
  • DROPBOX_UPDATE_TEAM_GROUP
  • DROPBOX_UPDATE_TEAM_MEMBER_ADMIN_PERMISSIONS
  • DROPBOX_UPDATE_TEAM_MEMBER_PROFILE
  • DROPBOX_UPDATE_TEAM_MEMBER_PROFILE_PHOTO
  • DROPBOX_UPLOAD_FILE

Build with Dropbox

Open OverSkill, describe what you want to build, and reference Dropbox in your prompt — the AI will wire up the integration automatically.