Исключение при добавлении контакта в google.Internal Server Ошибка

Мы получили следующую ошибку с сегодняшнего утра и далее при вставке контактов через Google API из Java. Пожалуйста, найдите трассировку стека ниже

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)

Пожалуйста, ответьте, если кто-нибудь знает решение.

Ответы на вопрос(1)

Ваш ответ на вопрос