﻿  
  Description = New Map;
  Description.Insert("MIME", "image/jpeg");
  Description.Insert("Name", "New file.jpg");
  Description.Insert("Description", "This is a new file");
  Description.Insert("Parent", "root");
  
  Image = "C:\OPI\image.jpg";
  
  Response = OPI_GoogleDrive.UploadFile(Token, Image, Description); //Map
  Response = OPI_Tools.JSONString(Response); //String
