在 google.Internal 服务器错误中添加联系人时出现异常 [英] Exception while adding contact in google.Internal server Error

查看:20
本文介绍了在 google.Internal 服务器错误中添加联系人时出现异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从今天早上开始,我们在从 Java 中通过 Google API 插入联系人时出现以下错误.请在下面找到堆栈跟踪

We have been getting the following error from today morning onwards while inserting the contacts through Google API from java. Please find the stack trace below

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)

我们在行插入时收到此错误

And we are getting this error while inserting at the line

ContactsService.insert(postUrl, contact)

如果有人知道解决方案,请回复.

Please reply if anyone knows the solution.

推荐答案

我向 Google 提出了一个 CASE.我建议你们都这样做.以下是我提出的案例的详细信息.

I have raised a CASE with Google. I suggest you all do the same. Here are the details of the case that I raised.

问题的详细描述

我们在外部数据库和 Google 通讯录之间进行了 5 年的集成.

We have an integration that has been running for 5 years between external database and Google Contacts.

今天,我们在尝试插入或更新 Google 联系人记录时收到错误消息.

Today we are receiving errors when trying to insert or update Google Contact Records.

其他人也遇到此问题,如

Others are also experiencing this issue as outlined at

在 google.Internal 服务器错误中添加联系人时出现异常

我们有多个客户使用我们的市场应用程序,他们的 Google 域实例也存在问题.

We have multiple customers that use our marketplace application and they are also having the problem on their Google Domain Instances.

https://chrome.google.com/webstore/detail/ilink-by-i3cloudcom-api/nnidipmclichhijaifbfckcckdpbnmhj

问题的范围是什么?您之前是否能够在没有任何错误的情况下调用 API?是 - 我们的服务已运行 5 年,没有出现此问题

What is the scope of the issue? Were you able to call the API without any errors before? YES - Our Service has run for 5 years without this issue

** 是否所有用户都受到影响,您的内部环境是否有任何变化?**

** Are all users affected, has anything changed in your internal environment?**

是 - 许多域和 Google 实例中的所有用户都会受到影响.对尝试插入/更新联系人的所有用户发生.

YES - all users are affected across many domains and Google instances. Occurs for all users trying to INSERT/UPDATE contacts.

我们正在通过以下调用使用 .Net 客户端

We are using the .Net client with the following call

 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

发生了暂时的内部问题.稍后再试.

A temporary internal problem has occurred. Try again later.

这影响了我们的很多用户 - 请尽快调查此问题

This is affecting a lot of our users - please look into this ASAP

这篇关于在 google.Internal 服务器错误中添加联系人时出现异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆