1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00
Files
OpenIntegrations/docs/en/examples/YandexDisk/CreateObjectCopy.txt

6 lines
239 B
Plaintext
Raw Normal View History

2025-07-06 01:01:25 +03:00
 Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
2025-08-19 00:12:45 +03:00
Original = "/bc72fa9e-dd6a-4d69-96e7-01d0e8fda5cd.png";
2025-07-06 01:01:25 +03:00
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.CreateObjectCopy(Token, Original, Path, True);