download_attachment
Download an uploaded file from a GitLab project. Return images as base64, or save to disk using local_path.
Instructions
Download an uploaded file from a project (images returned as base64; use local_path to save to disk)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path of the project | |
| secret | Yes | The 32-character secret of the upload | |
| filename | Yes | The filename of the upload | |
| local_path | No | Local path to save the file (optional, defaults to current directory) |