在google.Internal服务器中添加联系人时出现异常错误
从今天早上起,我们从Java中通过Google API插入联系人时收到以下错误。 请在下面找到堆栈跟踪
Exception while adding contact in google....
com.google.gdata.util.ServiceException: Internal Server Error
A temporary internal problem has occurred. Try again later.
at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:624)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:563)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:552)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:530)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:535)
at com.google.gdata.client.Service.insert(Service.java:1409)
at com.google.gdata.client.GoogleService.insert(GoogleService.java:599)
我们在插入线路时遇到了这个错误
ContactsService.insert(postUrl, contact)
如果有人知道解决方案,请回复。
我已经向Google提出了一个CASE。 我建议你们都这样做。 以下是我提出的案例的细节。
问题的详细描述
我们已经在外部数据库和Google通讯录之间运行了5年的集成。
今天,我们在尝试插入或更新Google联系人记录时收到错误。
其他人也正在经历这个问题,如上所述
在google.Internal服务器中添加联系人时出现异常错误
我们有多个客户使用我们的市场应用程序,他们的Google Domain实例也存在问题。
https://chrome.google.com/webstore/detail/ilink-by-i3cloudcom-api/nnidipmclichhijaifbfckcckdpbnmhj
问题的范围是什么? 你以前能够在没有任何错误的情况下调用API吗? 是的 - 我们的服务已经运行了5年,没有这个问题
**是否所有用户都受到影响,您的内部环境是否发生了变化?**
是 - 所有用户都受到多个域和Google实例的影响。 发生所有尝试插入/更新联系人的用户。
我们正在使用.Net客户端进行以下调用
Google.Contacts.Contact createdContact = cr.Insert<Google.Contacts.Contact>(new OAuthUri("https://www.google.com/m8/feeds/contacts/default/full/", user, domain), newContact);
返回的错误是:
请求执行失败:https://www.google.com/m8/feeds/contacts/default/full/?xoauth_requestor_id = paul%40i3000.com.au
发生了暂时的内部问题。 稍后再试。
这影响了我们的许多用户 - 请尽快查看
链接地址: http://www.djcxy.com/p/92611.html上一篇: Exception while adding contact in google.Internal server Error