【发布时间】:2013-11-26 10:05:49
【问题描述】:
我正在使用 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,
维杰拉杰
【问题讨论】:
标签: google-drive-api google-docs google-docs-api google-data-api