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/UploadFileByURL.txt
T
Vitaly the Alpaca (bot) 09df09b395 Main build (Jenkins)
2024-10-14 22:25:39 +03:00

6 lines
243 B
Plaintext

Token = "y0_AgAAAABdylaOAAs0QgAAAAD5i-a...";
Address = "https://api.athenaeum.digital/test_data/picture.jpg";
Path = "/" + String(New UUID) + ".png";
Result = OPI_YandexDisk.UploadFileByURL(Token, Path, Address);