Ack! Sorry - that workaround does work. When I was re-setting the
gdata version I forgot to put the authentication token back into the
header.

Everything seems ok now - so the trick is to retrieve the spreadsheets
feed with GData Version = 1 and from then on switch to version 3.

Would be good if that could be fixed in future though.

Cheers
Muz

On Jul 30, 6:23 pm, muzwell <muzw...@gmail.com> wrote:
> Just noticed 
> this:http://groups.google.com/group/Google-Docs-Data-APIs/browse_thread/th...
>
> Is this a known bug?
>
> As a work-around I tried retrieving the spreadsheets feed with GData
> Version = 1. That way I get the worksheet feeds - and the idea was
> then to set GData version to 3 for retrieving the worksheets feed (and
> list feeds etc).
>
> However now I'm getting a 404 of the worksheets feed - no matter what
> gdata version I set (hmmm.... seemed to be working before).
>
> Something more generally wrong with worksheet feeds?
>
> muz
>
> On Jul 30, 6:09 pm, muzwell <muzw...@gmail.com> wrote:
>
> > Hi
>
> > Per the instructions 
> > here:http://code.google.com/apis/spreadsheets/docs/3.0/developers_guide_pr...
>
> > I am trying to retrieve the worksheets metafeed for a spreadsheet
> > retrieved fromhttp://spreadsheets.google.com/feeds/spreadsheets/private/full
> > - using GData version = 3.
>
> > However the entries in my spreadsheets feed do not contain any
> > worksheet feed links  (i.e. a link element with rel="http://
> > schemas.google.com/spreadsheets/2006#worksheetsfeed".)
>
> > See below for what I get back from the spreadsheets feed.
>
> > If I use GData version = 1 instead (via the HTTP request header) -
> > then I do get back the worksheets feed links.
>
> > However I want to be on version 3 so I can use etags.
>
> > Am I missing something?
>
> > Thx
> > Muzwell
>
> > ======== Spreadsheets feed ==========
>
> > <feed xmlns="http://www.w3.org/2005/Atom"; xmlns:openSearch="http://
> > a9.com/-/spec/opensearch/1.1/" xmlns:gd="http://schemas.google.com/g/
> > 2005" gd:etag="W/&quot;CEMBQX4yeyt7ImA9WxJaEE0.&quot;">
> >         <id>http://spreadsheets.google.com/feeds/spreadsheets/private/full</
> > id>
> >         <updated>2009-07-31T01:07:30.093Z</updated>
> >         <category scheme="http://schemas.google.com/spreadsheets/2006";
> > term="http://schemas.google.com/spreadsheets/2006#spreadsheet"/>
> >         <title>Available Spreadsheets - m...@gmail.com</title>
> >         <link rel="alternate" type="text/html" 
> > href="http://docs.google.com"/
>
> >         <link rel="http://schemas.google.com/g/2005#feed"; type="application/
> > atom+xml" href="http://spreadsheets.google.com/feeds/spreadsheets/
> > private/full"/>
> >         <link rel="self" type="application/atom+xml" href="http://
> > spreadsheets.google.com/feeds/spreadsheets/private/full?tfe="/>
> >         <openSearch:totalResults>1</openSearch:totalResults>
> >         <openSearch:startIndex>1</openSearch:startIndex>
> >         <entry gd:etag="&quot;EVVVRUhLGCt7ImBq&quot;">
> >                 
> > <id>http://spreadsheets.google.com/feeds/spreadsheets/key</id>
> >                 <updated>2009-07-31T00:27:49.776Z</updated>
> >                 <category 
> > scheme="http://schemas.google.com/spreadsheets/2006";
> > term="http://schemas.google.com/spreadsheets/2006#spreadsheet"/>
> >                 <title>partners</title>
> >                 <content type="application/atom+xml;type=feed" src="http://
> > spreadsheets.google.com/feeds/worksheets/key/private/full"/>
> >                 <link 
> > rel="http://schemas.google.com/spreadsheets/2006#tablesfeed";
> > type="application/atom+xml" href="http://spreadsheets.google.com/feeds/
> > key/tables"/>
> >                 <link rel="alternate" type="text/html" href="http://
> > spreadsheets.google.com/ccc?key=key"/>
> >                 <link rel="self" type="application/atom+xml" href="http://
> > spreadsheets.google.com/feeds/spreadsheets/private/full/key"/>
> >                 <author>
> >                         <name>me</name>
> >                         <email>m...@gmail.com</email>
> >                 </author>
> >         </entry>
> > </feed>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to