sp_drive_file_version_get
Download a past version of a SharePoint file to a local temp file by providing the file URL and version ID. The operation is read-only with no checkout or state modification.
Instructions
Download a specific historical version of a SharePoint file to a local temp file. Returns the absolute path. Use sp_drive_file_history first to find the version_id you want. Read-only — does NOT acquire a checkout, does NOT modify SharePoint state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| version_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |