Google drive api Docs Api的SocketTimeOutException

Google drive api Docs Api的SocketTimeOutException,google-drive-api,google-docs,google-docs-api,google-data-api,Google Drive Api,Google Docs,Google Docs Api,Google Data Api,我正在使用Google Document AclFeed APi获取共享文档的用户列表。这是我正在使用的代码 AclFeed aclFeed = docsService.getFeed(new URL("https://docs.google.com/feeds/default/private/full/file%3A"+fileId+"/acl"), AclFeed.class);//No I18N 直到上周,一切正常,但从过去两天开始,我收到了许多请求的SocketTimeOutExcep

我正在使用Google Document AclFeed APi获取共享文档的用户列表。这是我正在使用的代码

AclFeed aclFeed = docsService.getFeed(new URL("https://docs.google.com/feeds/default/private/full/file%3A"+fileId+"/acl"), AclFeed.class);//No I18N
直到上周,一切正常,但从过去两天开始,我收到了许多请求的SocketTimeOutException…还有其他人面临这个问题吗?任何帮助都将不胜感激

TIA,

VijayRaj

这种事经常发生。您的超时设置为什么?例如,AppEngine上的默认值是5s,这是一个非常低的值