﻿    Token     = "ya29.a0Aa7pCA9fmPZk2eeWvC-VVPtSY4UzLqhBxacbBQw80RgQUw_wRm7_TGYppXdco1mWX6DVhkJklByQ4epXj_yOMf3j0BVPvNq966JHEVow5jOasNoGJdGn27Rq4...";
    Directory = "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM";
    Image     = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Binary Data or File path

    Clear       = False;
    Description = OPI_GoogleDrive.GetFileDescription(Clear);

    Description.Insert("Parent", Directory);

    Result = OPI_GoogleDrive.UploadFile(Token, Image, Description);
