Hi I have a public google spreadsheet at Google Docs. However when i request the JSON with:
$.getJSON( "https://spreadsheets.google.com/feeds/list/0Ak0qDiMLT3XddHlNempadUs1djdkQ0tFLWF6ci1rUUE/od6/public/values?alt=json-in-script&callback=?&gid=0", function (data) { console.log(data) }) I get a HTTP 400 request error. Strangely the same exact code works for this spreadsheet.
What's going on here? Thanks a lot.