On Nov 23, 5:01 pm, Greg Robbins <
grobb...@google.com> wrote:
> The self link for a folder entry (or for any other entry) gets a fresh copy
> of the entry, not the folder's feed. You can get the folder feed from the
> folder entry's content element:
Ah, that's where I was going wrong. I must need to take a closer look
at the protocol, because these things just aren't obvious to me yet.
Thanks.
> Getting a nil ticket back is really unusual. Set a breakpoint in
> GDataServiceBase's fetchObjectWithURL: method to figure out what's
> happening. My guess is that you're trying to post into a entry, which lacks
> a post link, rather than into a feed and hence the "feed post URL" passed to
> the fetch call is nil.
That was exactly the problem. Good catch.
> I've also updated the DocsSample on top-of-trunk in the project's svn
> repository to show how to move documents in and out of a folder feed.
I'll take a look. Thanks.