    Path1 = "/" + String(New UUID) + ".png";
    Path2 = "/" + String(New UUID) + ".png";

    Token = "y0__xCOranuBRj1uTsgs8z_iRV...";
    Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL

    TFN = GetTempFileName("png"); // Path
    CopyFile(Image, TFN);

    Result = OPI_YandexDisk.UploadFile(Token, Path1, Image, True);

    Result = OPI_YandexDisk.UploadFile(Token, Path2, TFN, True);