Skip to content

[ACTION] Add sharling links for Dropbox App #18364

@timfong888

Description

@timfong888

Is there a specific app this action is for?
Dropbox

Please provide a link to the relevant API docs for the specific service / operation.

What is the user flow you want to achieve?
Enable AI agents to find existing sharing links for files or create new ones, then access file content via shared links for automated workflows.

What specific actions are you interested in performing with the API?

  1. create_shared_link - https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings

    • Input: path, visibility settings, password, expiration
    • Output: shared link URL and metadata
  2. list_shared_links - https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links

    • Input: optional file path
    • Output: array of existing shared links
  3. get_shared_link_metadata - https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata

    • Input: shared link URL, optional password
    • Output: file metadata without downloading content
  4. get_shared_link_file - https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file

    • Input: shared link URL, optional password
    • Output: file content as binary data

Test Flow:

  1. Create shared link for a test file → get URL
  2. List shared links to verify creation
  3. Get metadata from the URL to verify file info
  4. Download file content to verify access works

Metadata

Metadata

Assignees

Labels

actionNew Action RequestenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions