According to my understanding of the spec, if a method uses SpreadsheetService.getFeed(url, class, etag)
with a non-null etag, then this method should either throw NotModifiedException or return a feed with a different etag. However, I am fetching a ListFeed and specifying the etag, and getting back a ListFeed (no exception) that has the same etag as the one I sent in. I'd like to avoid all this unnecessary fetching. The etag should provide a quick and easy way to make sure that I am always seeing the latest data; I just always fetch using the etag and if there is no change to the spreadsheet I just handle the NotModifiedException. But in fact it is not working this way. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---