Hi,
I am trying to retrieve a JSON feed of a public and published google spreadsheet via jQuery from a javascript hosted on another domain. Calling https://spreadsheets.google.com/feeds/list/SPREADSHEETID/od6/public/values?alt=json works fine. But when adding a structure query, for example https://spreadsheets.google.com/feeds/list/SPREADSHEETID/od6/public/values?alt=json *&sq=COLUMN%20=%20SOMEVALUE*, I get a No 'Access-Control-Allow-Origin' error. I do not want to use the Google Apps Script Execution API as it requires OAuth 2.0 (https://developers.google.com/apis-explorer/?hl=en_US#p/script/v1/). Any suggestions how I can get access to a google spreadsheet without authorization? Thanks! /Björn-Henrik -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
