1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-09-29 17:35:23 +03:00
parent 3997619618
commit d2f88b4a8e
1176 changed files with 7051 additions and 7051 deletions
@@ -26,7 +26,7 @@ sidebar_position: 5
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Original = "/f668c8b9-d6d8-4da5-b6f5-c6b0916b2185.png";
Original = "/03dd2890-1f66-4d5c-80b3-87a0d2824723.png";
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.CreateObjectCopy(Token, Original, Path, True);
@@ -25,7 +25,7 @@ sidebar_position: 4
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Path = "/3e70ff0a-a41a-4a16-b8dd-42752620b05c.png";
Path = "/90663562-d505-474e-a778-e25c2cf50b4b.png";
Result = OPI_YandexDisk.DeleteObject(Token, Path, False);
```
@@ -25,7 +25,7 @@ sidebar_position: 7
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Path = "/86b5f33b-0ae3-41f8-913d-d0f72c20d85d.png";
Path = "/81c378eb-eaf3-446c-9b78-b89c94fd8e50.png";
Result = OPI_YandexDisk.DownloadFile(Token, Path);
```
@@ -24,7 +24,7 @@ sidebar_position: 6
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Path = "/86b5f33b-0ae3-41f8-913d-d0f72c20d85d.png";
Path = "/81c378eb-eaf3-446c-9b78-b89c94fd8e50.png";
Result = OPI_YandexDisk.GetDownloadLink(Token, Path);
```
@@ -24,7 +24,7 @@ sidebar_position: 3
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Path = "/3e70ff0a-a41a-4a16-b8dd-42752620b05c.png";
Path = "/90663562-d505-474e-a778-e25c2cf50b4b.png";
Result = OPI_YandexDisk.GetObject(Token, Path);
```
@@ -26,7 +26,7 @@ sidebar_position: 9
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Original = "/f668c8b9-d6d8-4da5-b6f5-c6b0916b2185.png";
Original = "/03dd2890-1f66-4d5c-80b3-87a0d2824723.png";
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.MoveObject(Token, Original, Path, True);
@@ -24,7 +24,7 @@ sidebar_position: 2
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Path = "/f668c8b9-d6d8-4da5-b6f5-c6b0916b2185.png";
Path = "/03dd2890-1f66-4d5c-80b3-87a0d2824723.png";
Result = OPI_YandexDisk.CancelObjectPublication(Token, Path);
```
@@ -25,7 +25,7 @@ sidebar_position: 5
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
URL = "https://yadi.sk/d/trNLXHQHeMqIgw";
URL = "https://yadi.sk/d/3kAeHCjAHV_7sg";
Result = OPI_YandexDisk.GetDownloadLinkForPublicObject(Token, URL);
```
@@ -26,7 +26,7 @@ sidebar_position: 4
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
URL = "https://yadi.sk/d/trNLXHQHeMqIgw";
URL = "https://yadi.sk/d/3kAeHCjAHV_7sg";
Result = OPI_YandexDisk.GetPublicObject(Token, URL);
```
@@ -24,7 +24,7 @@ sidebar_position: 1
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Path = "/f668c8b9-d6d8-4da5-b6f5-c6b0916b2185.png";
Path = "/03dd2890-1f66-4d5c-80b3-87a0d2824723.png";
Result = OPI_YandexDisk.PublishObject(Token, Path);
```
@@ -26,7 +26,7 @@ sidebar_position: 6
```bsl title="Code example"
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
URL = "https://yadi.sk/d/trNLXHQHeMqIgw";
URL = "https://yadi.sk/d/3kAeHCjAHV_7sg";
Result = OPI_YandexDisk.SavePublicObjectToDisk(Token, URL);
```