Hi, I'm using the Visualization API and i can get it working fine when its all public and my web-app shows fine with no problems.
However, the data i'm trying to make available within an organisation is private so i thought maybe change the to 'My Organisation Only - Can Edit' This is not working hence the message that i require 'OAuth' credentials. I have followed multiple guidance with no avail. Can someone confirm whether this is the only option to query the data through a web app if i want to keep it private. If so does anyone have any further helpful information. Any help appreciated, thanks var query = new google.visualization.Query(https://docs.google.com/spreadsheets/d/SHEETKEY/gviz/tq?tq='SELECT *'&range=A1:B5&headers=1'); query.send(handleQueryResponse); -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/66440dcf-a8e2-44fa-9960-5b0691a1d7c0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
