Here's the code from the website: AclEntry entry = new AclEntry();
entry.Scope = new AclScope(); entry.Scope.Type = AclScope.SCOPE_USER; entry.Scope.Value = "j...@gmail.com"; entry.Role = AclRole.ACL_CALENDAR_READ; Uri aclUri = new Uri("http://www.google.com/calendar/feeds/ j...@gmail.com/acl/full"); AclEntry insertedEntry = service.Insert(feedUri, entry) as AclEntry; the Scope and AClRole are calendar related items... how would you do this for docs? And what would the URI be? the URL of the document? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---