seafile_get_download_link
Generate temporary download links for files stored in Seafile repositories, providing time-limited access to specific documents or media.
Instructions
Get a temporary download URL for a file.
The download URL is typically valid for a limited time (usually 1 hour).
Args:
repo_id: The library/repository ID.
path: The path to the file within the library.
Returns:
Temporary download URL string.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | Library/repository ID | |
| path | Yes | File path within the library |