You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
8 lines
307 B
Plaintext
8 lines
307 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Video = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
|
|
Name = "NewVideo";
|
|
Description = "Video description";
|
|
|
|
Result = OPI_VK.UploadVideoToServer(Video, Name, Description, , Parameters);
|