download_object
Download a file from a GCP Cloud Storage bucket to a local path. Specify project, bucket, source file, and destination.
Instructions
Download a file from a Cloud Storage bucket.
Args:
project_id: The ID of the GCP project
bucket_name: The name of the bucket to download from
source_blob_name: The name of the file in the bucket
destination_file_path: The local path to save the file to
Returns:
Result of the download operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| bucket_name | Yes | ||
| source_blob_name | Yes | ||
| destination_file_path | Yes |