從今天早上起,我們從Java中通過Google API插入聯繫人時收到以下錯誤。請在下面找到在google.Internal服務器中添加聯繫人時出現異常錯誤
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)
同時插入,如果有人知道解決方案請回復。
我們遇到同樣的問題。這幾小時前纔剛剛開始。我們得到 - 錯誤發生了一個暫時的內部問題。稍後再試。 Out服務已經運行好幾年了,沒有問題。 – PNC
使用Google腳本也會發生同樣的錯誤。錯誤在8月1日下午開始。我相信這是格林威治標準時間19:00左右,通過記憶,當這個信息第一次出現時。即使更改帳戶 - 更改憑據 - 問題仍然存在。一般來說,所有嘗試「createContact」或使用Contacts API的人都可能遇到問題。這將是一個好消息:谷歌可能會盡快解決它。 –
有沒有人可以使這項工作?: ContactsApp.createContact(「testFirstName」,「testLastName」,「[email protected]」) 如果一個人可以做這項工作,比問題是特定於我們,否則是每個人的問題! –