Try querying the doclist using the expanAcl projection:
http://code.google.com/apis/documents/docs/2.0/reference.html#Documents_List_Feed

<http://code.google.com/apis/documents/docs/2.0/reference.html#Documents_List_Feed>That
will inlines the ACL feeds for each doc in the document list itself.
If you instead use the 'full' projection, you'll need to actually fetch
the ACL feed in a separate call.  I believe you can use getAclFeedLink()
for that.

Eric

On Thu, Jul 30, 2009 at 2:31 AM, walker <tcuser...@gmail.com> wrote:

>
> When I retrieve a documentlistentry object from the feed and call its
> getACLFeed(), it always returns null.Should I make one more request to
> server using 'feeds' url appending current entries resource ID?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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