1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/YandexDisk/CreateObjectCopy.txt
T

6 lines
244 B
Plaintext
Raw Normal View History

2024-09-21 10:57:02 +03:00
Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
2024-11-11 22:11:22 +03:00
Original = "/cd46bfb0-1a39-4327-b8a6-31cf8f717caa.png";
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.CreateObjectCopy(Token, Original, Path, True);