mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-28 05:46:35 +02:00
5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
Token = FunctionParameters["YandexDisk_Token"];
|
|
URL = FunctionParameters["YandexDisk_PublicURL"];
|
|
|
|
Result = OPI_YandexDisk.GetDownloadLinkForPublicObject(Token, URL);
|