Hi,
Starting today, I get an error whenever trying to use the Provisioning API with OAuth to get the members of a Google group (in a Google Apps for Education domain).
My script hasn't been changed since yesterday (when it retrieved the list of group members time after time), so I suspect this has something to do with changes to OAuth that were rolled out yesterday. But I'm definitely not sure about it.
The script is a Google Apps script, running from within a spreadsheet (it's usually run by a time trigger, but I tried running it manually as well).
(with: {oAuthServiceName=provisioning, oAuthUseToken=always} )
And this is the exception I got:
com.google.net.rpc.RpcException: UNREACHABLE;Server is not responding;StartTimeMs=1318789000508;NoResponse;TCP;Deadline=30.0;CliLog=256;SrvLog=256;FailFast;ReqSecLevel=none;RespFormat=UNCOMPRESSED;/FastNetService.Fetch;LastReqID=8d8515f69a2b826b;LastGlobalID=0;Server=10.106.192.26:26071])
(I get the exception immediately, it's not a matter of timeouts)
Any ideas? Is anybody else seeing this behaviour?
Thanks.
Tal
[this is an almost exact repost from oauth2-dev]