Hi

Per the instructions here:
http://code.google.com/apis/spreadsheets/docs/3.0/developers_guide_protocol.html#WorksheetFeeds

I am trying to retrieve the worksheets metafeed for a spreadsheet
retrieved from http://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