Download file
Downloads a file at the specified path
- Parameters
- Advanced call ?
Function DownloadFile(Val Token, Val Path, Val SavePath = "") Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Token | --token | String | ✔ | Token |
| Path | --path | String | ✔ | Path to the file for downloading |
| SavePath | --out | String | ✖ | File save path |
Returns
BinaryData,String - Binary data or file path when SavePath parameter is specified
| Parameter | Description |
|---|---|
| proxy | InternetProxy or a structure with fields Protocol, Host, Port, User, Password, UseOSAuthentication |
| timeout | Request execution timeout |
| adv_response | Formats the response as a complete HTTP structure with fields code, body, and headers |
| retries | Number of HTTP request send attempts on 5** status codes or internal client errors |
| dontwait | Creates a background job and returns its data (for 1C and OneScript only) |
1C:Enterprise/OneScript code example
Token = "y0__xCOranuBRj1uTsgs8z_iRV...";
Path = "/c20d5eca-8524-41ce-aa92-521e71dd6b17.png";
Result = OPI_YandexDisk.DownloadFile(Token, Path);
- Bash
- CMD/Bat
oint yadisk DownloadFile \
--token "***" \
--path "/184819cb-cf2b-42c0-91e5-2748a6b5801e.png"
oint yadisk DownloadFile ^
--token "***" ^
--path "/184819cb-cf2b-42c0-91e5-2748a6b5801e.png"
Result
NOT JSON: FF D8 FF E1 54 C1 45 78 69 66 00 00 49 49 2A 00 08 00 00 00 0B 00 0E 01 02 00 20 00 00 00 92 00 00 00 0F 01 02 00 05 00 00 00 B2 00 00 00 10 01 02 00 07 00 00 00 B8 00 00 00 12 01 03 00 01 00…