1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00
Files
OpenIntegrations/docs/en/examples/YandexDisk/CreateFolder.txt
2024-08-13 14:35:37 +03:00

5 lines
147 B
Plaintext

Token = FunctionParameters["YandexDisk_Token"];
Path = "/" + String(New UUID);
Result = OPI_YandexDisk.CreateFolder(Token, Path);