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

6 lines
198 B
Plaintext
Raw Normal View History

2024-08-14 15:32:55 +03:00
 Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Original = "";
2024-08-14 15:32:55 +03:00
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.CreateObjectCopy(Token, Original, Path, True);