mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
17 lines
641 B
Plaintext
17 lines
641 B
Plaintext
Filename2 = "Picture2.jpg";
|
|
Name = "Picture1.jpg";
|
|
|
|
Image2 = "https://openintegrations.dev/test_data/picture.jpg"; // Local path, URL or Binary Data
|
|
Image = "https://openintegrations.dev/test_data/picture2.jpg"; // Local path, URL or Binary Data
|
|
|
|
DestinationID = "7586";
|
|
|
|
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
|
|
|
|
Result = OPI_Bitrix24.UploadFileToFolder(URL, Filename2, Image2, DestinationID);
|
|
|
|
URL = "b24-ar17wx.bitrix24.by";
|
|
Token = "b529cb66006e9f06006b12e400000001000...";
|
|
|
|
Result = OPI_Bitrix24.UploadFileToFolder(URL, Name, Image, DestinationID, Token);
|