Egnyte: download file to disk
egnyte_downloadDownload an Egnyte file's real binary to local disk. Returns the local file path for code access, supporting large files via streaming.
Instructions
Download an Egnyte file's REAL binary to local disk and return the local path (not the bytes). Use this when you need to load a file with code — e.g. pandas/openpyxl on .xlsx, parse a native PDF, read a .msg. Streams, so large files are fine. Provide the Egnyte path (e.g. /Shared/Docs/report.xlsx).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| egnyte_path | Yes | Egnyte path, e.g. /Shared/Docs/report.xlsx | |
| entry_id | No | Specific version entry_id (optional) | |
| dest | No | Local destination file path or directory (optional; defaults to the download dir) |