You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
8 lines
406 B
Plaintext
8 lines
406 B
Plaintext
Токен = "sl.CAirrApMP3MmqfxAgYhlitMkH3J7CmcSnaOjCUghRVLtFIhPZ0jzduJbWPea8qBaOeeB-L_PZ6...";
|
|
|
|
МассивПутей = Новый Массив;
|
|
МассивПутей.Добавить("/New/Dogs.mp3");
|
|
МассивПутей.Добавить("/New/mydoc.docx");
|
|
|
|
Результат = OPI_Dropbox.ПолучитьСписокТегов(Токен, МассивПутей);
|