I'm having problems doing queries against the Spreadsheet API using the "public" visibility when I am not authenticated.
If I try to access the URL https://spreadsheets.google.com/feeds/list/0AnuoVaqdWGhpdFFOYkRFeExmOFkzeEM2RFFfUXl4MFE/od6/public/basic I get an HTTP 200 response, but no body, and no data. Trying to access this after authenticating with OAuth2 (using apgiee's console) correctly returns the contents. The spreadsheet is correctly "Published to the web" - the URL comes directly from the "Get a link to the published data" dialog box. The only difference that I can see between a query that works and a query that doesn't is if I am authenticated using OAuth2. Am I missing something? Am I doing something incorrectly? Thanks! Allen
