Click here to Skip to main content
15,917,991 members

Comments by Member 13122739 (Top 3 by date)

Member 13122739 6-May-17 3:51am View    
I have run the code and it does have a google drive API, it does store my files in GDrive, I think the problem is with the javascript it doesnt run the function and display the metadata
string fileId = "0B2XoJnBPsMpeaTdrX2pibl9GOE0";
ClientScript.RegisterStartupScript(this.GetType(), "fileId", "updateProgress('" + fileId + "');", true);
//string resutOfExecuteJavaScript = hdnVal.Value;
Label3.Text = hdnResultValue.Value;

this is the code i used for it
Member 13122739 6-May-17 2:17am View    
Okay, I will run it, my code does contain Google API,
using Google.Apis.Drive.v3.Data;
iT seems the Javascript does not load, and therefore the metadata doesnt show
Member 13122739 5-May-17 2:22am View    
Hi, thanks for your reply, I actually did use it, but it didnt work, I am a beginner at javascript, my main programming language is asp.net c#