I've tried doing query operations with a batch feed (using Zend GData from PHP). I got a feed which starts with entries containing error message:
> <entry> <id>http://www.google.com/m8/feeds/contacts/*[email protected]*/full/*entryID* > </id> <updated>2012-07-26T14:09:55.262Z</updated> <title>Error</title> <content>Maximum batch size exceeded</content> <batch:status code='*403*' reason='*Maximum batch size exceeded*'/> <batch:operation type='query'/> </entry> There're many of such entries in the feed which are followed with normal contact entries. So far I see no special difference between the entries that generate error and those which don't. I am aware of 1MB limit for a request batch. However I see my request feed is not more than 30 KB and the response feed is less than 206 KB. Is there any other limit I should know about? Is it documented? Or the cause is somewhat different? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html
