1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
OpenIntegrations/docs/en/examples/YandexDisk/CreateObjectCopy.txt

6 lines
244 B
Plaintext
Raw Normal View History

2024-09-21 10:57:02 +03:00
 Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
2025-02-09 00:12:43 +03:00
Original = "/3bfff5a7-2200-4ec0-8788-1bd396e95bbe.png";
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.CreateObjectCopy(Token, Original, Path, True);