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-photo-to-server.md
2024-06-05 10:19:46 +00:00

754 B

sidebar_position
11

Upload photo to server

Uploads photo to server for further use

Function UploadPhotoToServer(Val Image, Val Parameters = "", Val View = "Post") Export

Parameter CLI option Type Destination
Image --file String, BinaryData Image file
Parameters --auth Structure Of String Authorization JSON or path to .json
View --type String Upload type (Post, Product, Story, Poll, Other)

Returns: Key-Value Pair - Serialized JSON response from VK

	

	
 
 oint vk UploadPhotoToServer --file %file% --auth %auth% --type %type%