Get a presigned URL for direct download from GCS.
This endpoint returns a presigned URL for downloading the entire filesystem archive directly from storage. Use it when you want a storage-backed archive download, not when you want one file by relative path.Documentation Index
Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt
Use this file to discover all available pages before exploring further.
tu fs pull and the Python ADK sync internalsdownloadFile or download_filetu fs pull.Request model for presigned URL generation.
URL expiration time in seconds (default 1 hour, max 7 days).
60 <= x <= 604800Successful Response
Response model for presigned URL operations.
When the presigned URL expires.
Instructions for using the presigned URL.
HTTP method to use: 'PUT' for upload, 'GET' for download.
The presigned URL for direct GCS upload/download.
Content-Type header to use (required for PUT uploads).