appwrite_download_file
Download file content from Appwrite storage buckets by providing site, bucket ID, and file ID. Returns base64 encoded data for file retrieval.
Instructions
[UNIFIED] Download file content. Returns base64 encoded data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| bucket_id | Yes | ||
| file_id | Yes |