Closed GoogleCodeExporter closed 8 years ago
Was a Problem on Google side. Since yesterday it seems the Problem is fixed by
Google (tried it out on my own and got also the Feedback from some users)
You can Close this issue
Original comment by Saller....@gmail.com
on 1 Mar 2014 at 9:39
Original comment by ccherub...@google.com
on 1 Mar 2014 at 7:40
We have a Rails app which creates contacts on Google using Contacts API V3 and
uses it to sync data between google and our app.
Earlier, we implemented this feature for creating all contact details like
Name, title, address, phone numbers and email addresses. The creation of
contacts from our app to Google was working fine.
Recently, we enhanced this feature to create Groups and assigning them to
created contacts on Google. But while creating contacts, it is failing with
error:
<?xml version="1.0" encoding="UTF-8"?>
<errors xmlns="http://schemas.google.com/g/2005">
<error>
<domain>GData</domain>
<code>parseError</code>
<internalReason>Parse Error</internalReason>
</error>
</errors> (HTTP 400).
We are creating contacts on Google in BATCHES and this is where it is breaking.
Peculiar thing about this issue is that it's inconsistent. Once this error is
raised for one user, it doesnt comes in picture next time for same user. And we
cannot debug since we are creating contacts in BATCHES and failure is not
consistent across user.
Can anyone help us on this issue? Any way to debug what data is causing this
issue?
Thanks.
Original comment by varunlal...@gmail.com
on 4 Jul 2014 at 12:04
Original issue reported on code.google.com by
Saller....@gmail.com
on 21 Feb 2014 at 8:34