mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-07 07:10:01 +02:00
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
Token = FunctionParameters["YandexDisk_Token"];
|
|
Address = FunctionParameters["Picture"];
|
|
Path = "/" + String(New UUID) + ".png";
|
|
|
|
Result = OPI_YandexDisk.UploadFileByURL(Token, Path, Address);
|