← All Skills
D

Storage & files

Dropbox

Read, upload, and share Dropbox files.

Dropbox is a cloud storage service offering file syncing, sharing, and collaboration across devices with version control and robust integrations

Triggers0

Things that can wake up your Dropbox coworker.

No triggers published for Dropbox yet — but you can still run it on a schedule or from a chat.

Actions20

Things your coworker can do in Dropbox.

  • Add file member

    Tool to add specified members to a Dropbox file with configurable access levels. Use when sharing a file with specific users by email or Dropbox ID. Supports custom invitation messages and notification controls. Note: This endpoint does not support apps with the app folder permission, and members will receive invitations unless quiet mode is enabled.

    DROPBOX_ADD_FILE_MEMBER
  • Add folder member

    Tool to add members to a shared folder with specified access levels. Use when an owner or editor needs to invite new members to a shared folder. Members receive invites and must be mounted via mount_folder for full access. Requires appropriate ACL permissions.

    DROPBOX_ADD_FOLDER_MEMBER_ACTION
  • Add members to team group

    Tool to add members to a team group with specified access levels. Use when you need to add users to an existing team group. Requires team admin credentials with group management permissions.

    DROPBOX_ADD_TEAM_GROUP_MEMBERS
  • Add team members

    Tool to add new members to a Dropbox team. Use when you need to invite users to join the team with specified roles and settings. Maximum of 20 members per request. Requires team admin credentials.

    DROPBOX_ADD_TEAM_MEMBERS
  • Copy file or folder

    Tool to copy a file or folder to a different location in Dropbox. Use when you need to duplicate content without removing the original. If the source path is a folder, all its contents will be copied.

    DROPBOX_COPY_FILE_OR_FOLDER
  • Create file request

    Tool to create a new file request in Dropbox. Use when you need to request files from others by generating a unique link for uploads to a specified Dropbox folder, optionally with a deadline.

    DROPBOX_CREATE_FILE_REQUEST
  • Create folder

    Tool to create a new folder at a specified path in Dropbox. Use when you need to organize files by creating a new directory.

    DROPBOX_CREATE_FOLDER
  • Create paper document

    Creates a new Dropbox Paper document at the specified path using HTML or Markdown content.

    DROPBOX_CREATE_PAPER_DOCUMENT
  • Create shared link

    Tool to create a stable, long-lived shared link for a Dropbox file or folder. Use when the user needs a permanent URL suitable for embedding or long-term sharing (as opposed to temporary links that expire in hours). Supports optional settings like expiration, password protection, and visibility controls. Note: If a shared link already exists for the path, the API will return an error; in that case, use a separate list_shared_links endpoint to retrieve existing links.

    DROPBOX_CREATE_SHARED_LINK
  • Create simple shared link (Deprecated)

    DEPRECATED: Use CreateSharedLinkV2 instead. Tool to create a basic shared link for a Dropbox file or folder. If a shared link already exists for the given path, that link is returned. Use when you need a simple shared link without advanced settings like password protection or custom expiration. For links with advanced settings, use the create_shared_link action instead.

    DROPBOX_CREATE_SHARED_LINK_SIMPLE
  • Create team folder

    Tool to create a new, active team folder with no members in Dropbox. Use when you need to set up a new team folder for collaboration. The folder is created without any members initially.

    DROPBOX_CREATE_TEAM_FOLDER
  • Create team group

    Tool to create a new, empty team group in Dropbox with a specified name. Use when you need to create a new group for organizing team members. Requires team admin credentials with team member management permissions.

    DROPBOX_CREATE_TEAM_GROUP
  • Delete file or folder

    Tool to delete a file or folder at the specified path in Dropbox. Use when you need to permanently remove a file or folder and all its contents.

    DROPBOX_DELETE_FILE
  • Search files and folders

    Tool to search for files and folders in Dropbox by name or content. Use when you need to find items matching a search query within a specific path or across the entire Dropbox.

    DROPBOX_FILES_SEARCH
  • Get account

    Tool to get information about a user's Dropbox account using their account ID. Use when you need to retrieve account details for a specific user.

    DROPBOX_GET_ACCOUNT
  • Get shared folder metadata

    Tool to retrieve metadata for a specific shared folder by its ID. Use when you need detailed information about a shared folder including access level, policies, owner, paths, and permissions.

    DROPBOX_GET_SHARED_FOLDER_METADATA
  • Get space usage

    Tool to get space usage information for the current user's Dropbox account. Use when you need to check storage usage, available space, or quota information.

    DROPBOX_GET_SPACE_USAGE
  • Get team info

    Tool to retrieve information about a Dropbox team. Use when you need to get team details such as team name, ID, licensed user counts, or team policies.

    DROPBOX_GET_TEAM_INFO
  • Get team audit log events

    Tool to retrieve team audit log events from Dropbox. Use when you need to access team activity logs, audit trails, or monitor team events. Supports filtering by time range and event category, with pagination for large result sets.

    DROPBOX_GET_TEAM_LOG_EVENTS
  • List file requests

    Tool to list all file requests owned by the current user. Use when you need to see existing file requests, their status, and details.

    DROPBOX_LIST_FILE_REQUESTS