Hi, There are some occasions when our system is slightly out of sync with Google, when an email group is removed from our system but not removed from Google. When the same group is then later recreated in our local system it then tries to add the group in Google and because the group exists in Google already I would expect an 'EntityExists (1300)' AppsException, but what I get instead is a .NET exception as follows:
Execution of request failed: https://apps-apis.google.com/a/feeds/group/2.0/<my-domain> This seems to be consistent, in that whenever I call AppsService.Groups.CreateGroup(groupId, groupName, description, emailPermission) for a group that exists I always get the above exception. I was using version 1.9.0.0 of the DLLs but upgraded to 2.1.0.0 to see if the issue had been resolved already, but I still get the same error. Is this intentional or should CreateGroup return the 1300 EntityExists error? It's just that it's difficult to determine if the group creation was successful or not from the response. We could make a separate call to retrieve the group first but in most cases the groups don't already exist, so it would seem a little inefficient to check first. Regards, David McMurray. -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/rY3-WW0LgGMJ. 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://groups.google.com/group/google-apps-mgmt-apis?hl=en.
