You've already forked OpenIntegrations
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:
@@ -26,7 +26,7 @@ sidebar_position: 5
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Original = "/8ec2cfe1-0a52-4025-86cf-505e07c2794c.png";
|
||||
Original = "/bfdb9ec8-6012-49b0-8793-69c69783a3a7.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 = "/fea71444-0afc-4392-b385-dfdcfe6fc619.png";
|
||||
Path = "/6ac89914-3aa6-45bb-bdac-80e373cfb253.png";
|
||||
|
||||
Result = OPI_YandexDisk.DeleteObject(Token, Path, False);
|
||||
```
|
||||
|
||||
@@ -25,7 +25,7 @@ sidebar_position: 7
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Path = "/4d6e5759-2205-4cff-830c-3f0d2ae12cfc.png";
|
||||
Path = "/593cbffc-0e89-4a46-839b-694df94d6d67.png";
|
||||
|
||||
Result = OPI_YandexDisk.DownloadFile(Token, Path);
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ sidebar_position: 6
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Path = "/4d6e5759-2205-4cff-830c-3f0d2ae12cfc.png";
|
||||
Path = "/593cbffc-0e89-4a46-839b-694df94d6d67.png";
|
||||
|
||||
Result = OPI_YandexDisk.GetDownloadLink(Token, Path);
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ sidebar_position: 3
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Path = "/fea71444-0afc-4392-b385-dfdcfe6fc619.png";
|
||||
Path = "/6ac89914-3aa6-45bb-bdac-80e373cfb253.png";
|
||||
|
||||
Result = OPI_YandexDisk.GetObject(Token, Path);
|
||||
```
|
||||
|
||||
@@ -26,7 +26,7 @@ sidebar_position: 9
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Original = "/8ec2cfe1-0a52-4025-86cf-505e07c2794c.png";
|
||||
Original = "/bfdb9ec8-6012-49b0-8793-69c69783a3a7.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 = "/8ec2cfe1-0a52-4025-86cf-505e07c2794c.png";
|
||||
Path = "/bfdb9ec8-6012-49b0-8793-69c69783a3a7.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/VHJsk0eFZppwBA";
|
||||
URL = "https://yadi.sk/d/G1N7b_F-m8lH_g";
|
||||
|
||||
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/VHJsk0eFZppwBA";
|
||||
URL = "https://yadi.sk/d/G1N7b_F-m8lH_g";
|
||||
|
||||
Result = OPI_YandexDisk.GetPublicObject(Token, URL);
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ sidebar_position: 1
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
|
||||
Path = "/8ec2cfe1-0a52-4025-86cf-505e07c2794c.png";
|
||||
Path = "/bfdb9ec8-6012-49b0-8793-69c69783a3a7.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/VHJsk0eFZppwBA";
|
||||
URL = "https://yadi.sk/d/G1N7b_F-m8lH_g";
|
||||
|
||||
Result = OPI_YandexDisk.SavePublicObjectToDisk(Token, URL);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user