You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Main build (Jenkins)
This commit is contained in:
7
docs/en/examples/VK/SavePictureToAlbum.txt
vendored
7
docs/en/examples/VK/SavePictureToAlbum.txt
vendored
@@ -3,12 +3,5 @@
|
||||
AlbumID = "309910317";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, File path or Binary Data
|
||||
TFN = GetTempFileName("png");
|
||||
|
||||
CopyFile(Image, TFN);
|
||||
|
||||
Image = New BinaryData(TFN);
|
||||
|
||||
Result = OPI_VK.SaveImageToAlbum(AlbumID, Image, ImageDescription, Parameters);
|
||||
|
||||
Result = OPI_VK.SaveImageToAlbum(AlbumID, TFN, ImageDescription, Parameters);
|
||||
|
||||
Reference in New Issue
Block a user