1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-14 04:35:49 +02:00
OpenIntegrations/docs/en/examples/YandexDisk/CreateObjectCopy.txt
2024-10-14 10:07:22 +03:00

6 lines
244 B
Plaintext

Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Original = "/1b790f57-3b63-4ec1-a7c0-307145bba171.png";
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.CreateObjectCopy(Token, Original, Path, True);