Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Execution of Request Failed - CreateGroup #392

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 Hi, 
I got an exception "google.gdata.client.gdatarequestexception execution of 
request failed" - while creating a new group using Provising API.The method 
"service.Groups.createGroup(params..)" throws an exception in .net client 
library.Please give me the solution for this isssue.

Original issue reported on code.google.com by balaju...@gmail.com on 21 Jun 2010 at 12:49

GoogleCodeExporter commented 9 years ago
Please provide me with either:

a fiddler2 trace of the request

or the contents of the responsestring property of that exception

Original comment by fman...@gmail.com on 21 Jun 2010 at 1:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It returns the responsestring exception as  "That is not one of the acceptable 
values: emailPermission".

Original comment by balaju...@gmail.com on 22 Jun 2010 at 5:14

GoogleCodeExporter commented 9 years ago
I tried all valid values for emailPermission ("Owner", "Member", "Domain" and 
"Anyone") and managed to create a group with each of them.
You were probably passing an invalid value to that parameter, valid ones are 
listed at:

http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_developers_
protocol.html#Sample_GroupEntry_Response

Original comment by ccherub...@google.com on 17 Dec 2010 at 7:43