iOS*_*iOS 7 java api google-contacts-api
从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)
Run Code Online (Sandbox Code Playgroud)
我们在插入线路时遇到此错误
ContactsService.insert(postUrl, contact)
Run Code Online (Sandbox Code Playgroud)
如果有人知道解决方案,请回复.
我已经向 Google 提出了一个案例。我建议大家也这样做。以下是我提出的案例的详细信息。
问题的详细描述
我们的外部数据库和 Google 通讯录之间的集成已经运行了 5 年。
今天,我们在尝试插入或更新 Google 联系人记录时收到错误。
其他人也遇到了这个问题,如
我们有多个客户使用我们的市场应用程序,他们的 Google 域实例也遇到了问题。
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);
Run Code Online (Sandbox Code Playgroud)
返回的错误是:
请求执行失败:https://www.google.com/m8/feeds/contacts/default/full/? xoauth_requestor_id=paul%40i3000.com.au
出现暂时的内部问题。稍后再试。
这影响了我们的很多用户 - 请尽快调查此问题