Mestikon / google-shared-contacts-client

Automatically exported from code.google.com/p/google-shared-contacts-client
Apache License 2.0
0 stars 0 forks source link

getting If-Match or If-None-Match header required (on batch update) #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python shared_contacts.py --admin=[deleted] --import=External-
Shared-Contacts.csv 

What is the expected output? What do you see instead?
Error 403: If-Match or If-None-Match header required
for each contact to be updated
Contacts added: 0/0 - updated: 0/0 - deleted: 0/16 - errors: 16

What version of the product are you using? On what operating system?
gdata 2.0.4, google-shared-contacts-client 1.0.1 , OS X 10.6

Please provide any additional information below.

Add works, but the name field gets left out. Update and delete give the 
same error. 

Original issue reported on code.google.com by rclut...@gmail.com on 26 Oct 2009 at 11:00

GoogleCodeExporter commented 8 years ago
I encountered the same issue using those versions under OSX. I switched to 
gdata-1.2.4 and that seemed to 
resolve it.

Original comment by jso...@gmail.com on 12 Nov 2009 at 11:48

GoogleCodeExporter commented 8 years ago
I had the same pb  : "Error 403: If-Match or If-None-Match header required" for 
each contact to be updated 
with "python shared_contacts.py --admin=xxx@yyy --import=import-file.csv"

I Downgraded to gdata 2.0.2 and it works again

OSX 10.6.2 // Python 2.6.1

Original comment by xavier.m...@gmail.com on 23 Nov 2009 at 9:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This error was fixed in the latests release of the client 1.0.2.

Original comment by julian10...@gmail.com on 16 Dec 2009 at 5:20