2009/2/24 AK <[email protected]>: > > I am getting this error in my code and since I'm using the GData > objective-C API, I know I'm generating the code. But the question is - > what does this mean and what causes it? That would help me figure it > out.
AK, that sounds like it might be a bug in the client library. The If-Modified-Since header is how we're providing optimistic concurrency in newer versions of the Google Data protocol. That error occurs if an If-Modified-Since header was sent when it shouldn't have been. Specifically, POST requests shouldn't have a version associated with them, since they're strictly used for insert operations. Can you describe what you were doing when you got this error? Any sample code you could provide would be very useful. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
