1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-12 11:15:07 +02:00
OpenIntegrations/docs/en/md/VK/Group-work/Upload-video-to-server.md

41 lines
915 B
Markdown
Raw Normal View History

---
sidebar_position: 10
---
# Upload video to server
Uploads video to the group for further use
*Function UploadVideoToServer(Val Video, Val Name, Val Description = "", Val Album = "", Val Parameters = "") Export*
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
| Video | --file | String, BinaryData | Video file |
| Name | --title | String | Video name |
| Description | --description | String | Video description |
| Album | --album | String | Album ID, if necessary |
| Parameters | --auth | Structure Of String | Authorization JSON or path to .json |
Returns: Key-Value Pair - Serialized JSON response from VK
```bsl title="Code example"
```
```sh title="CLI command example"
oint vk UploadVideoToServer --file %file% --title %title% --description %description% --album %album% --auth %auth%
```
```json title="Result"
```