You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Пересборка доков
This commit is contained in:
@@ -25,7 +25,7 @@ sidebar_position: 11
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Address = "https://openintegrations.dev/test_data/picture.jpg";
|
||||
Address = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Path = "/" + String(New UUID) + ".png";
|
||||
|
||||
Result = OPI_YandexDisk.UploadFileByURL(Token, Path, Address);
|
||||
|
||||
@@ -29,7 +29,7 @@ sidebar_position: 10
|
||||
Path2 = "/" + String(New UUID) + ".png";
|
||||
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Image = "https://openintegrations.dev/test_data/picture.jpg"; // URL
|
||||
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL
|
||||
|
||||
TFN = GetTempFileName("png"); // Path
|
||||
CopyFile(Image, TFN);
|
||||
|
||||
Reference in New Issue
Block a user