Within the past week we've started to receive errors related to assigning groups to a contact. In particular we are reading the contact, updating the group membership and saving the contact entry. Upon saving we receive the error "Group membership information not supported" but as far as can tell the requests are following the API and again this just popped up like a week ago and we didn't change our code which was working. Anyone have any idea what's up? here's the basic code... GroupMembership groupMembership = new GroupMembership();
groupMembership.HRef = <group uri> contactEntry.GroupMembership.Add(groupMembership); contactEntry.Update() -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
