1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-21 22:43:09 +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...";
2024-11-05 13:10:27 +03:00
Original = "/2db102e9-4a76-4abc-8f67-e94d3ac9c476.png";
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.CreateObjectCopy(Token, Original, Path, True);