-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
Is there a specific app this action is for?
Dropbox
Please provide a link to the relevant API docs for the specific service / operation.
- Base API: https://www.dropbox.com/developers/documentation/http/documentation#sharing
- API Spec: https://github.com/dropbox/dropbox-api-spec/blob/main/shared_links.stone
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?
-
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
-
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
-
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
-
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:
- Create shared link for a test file → get URL
- List shared links to verify creation
- Get metadata from the URL to verify file info
- Download file content to verify access works
Metadata
Metadata
Assignees
Labels
Type
Projects
Status