I'm using the groups API to change the "Who can see members" attribute in one of the domains I administer. To do so, I'm using GAM which leverages the api. The command works some times, but most of the times I get:
File "/Users/nicola.salvo/tools/gam/gdata/apps/groupsettings/service.py", line 162, in update_group_settings
group_settings_entry = self.Put(uri=uri, data=xml)
File "/Users/nicola.salvo/tools/gam/gdata/service.py", line 1394, in Put
media_source=media_source, converter=converter)
File "/Users/nicola.salvo/tools/gam/gdata/service.py", line 1357, in PostOrPut
'reason': server_response.reason, 'body': result_body}
gdata.service.RequestError: {'status': 503, 'body': '<?xml version="1.0" encoding="UTF-8"?>\n<errors xmlns="
http://schemas.google.com/g/2005">\n <error>\n <domain>GData</domain>\n <code>backendError</code>\n <internalReason>Backend Error</internalReason>\n </error>\n</errors>\n', 'reason': 'Service Unavailable'}
I've asked for a limit of 30k calls, so I don't think this is due to quota. Can you advice?
Thanks in advance for your time.