Google drive multiple files

broken image

If (Request.QueryString = 'access_denied')ĬlientScript.RegisterClientScriptBlock(this.GetType(), 'alert', 'alert('Access denied.')', true) ImgThumbnail.ImageUrl = file.ThumbnailLink If (!string.IsNullOrEmpty(file.ThumbnailLink)) LnkDownload.NavigateUrl = file.WebContentLink GoogleDriveFile file = (new JavaScriptSerializer()).Deserialize(json) String json = GoogleConnect.PostFile(code, (HttpPostedFile)Session, Session.ToString()) If (!string.IsNullOrEmpty(Request.QueryString)) GoogleConnect.ClientSecret = 'JlxVnVuv-Cc5_uir7HZokSe_'

broken image
broken image

Protected void Page_Load(object sender, EventArgs e)

broken image

I have attached my code for your reference. I have used your google drive api code, it is working fine for single document but i want to upload document as well without size restriction and without asking for access everytime to upload docs.