download_attachment
Download an uploaded file from a GitLab project. Specify project ID, secret, and filename; use local_path to save to disk, otherwise images come as base64.
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 |
|---|---|---|---|
| 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) | |
| project_id | Yes | Project ID or URL-encoded path of the project |