Hello.
I'm currentlu trying to use batch operations for creating/modifing/deleting 
contact groups

Creating works fine, but when I'm sending HTTP_GET request for batch 
operation:

<feed xmlns='http://www.w3.org/2005/Atom' 
xmlns:batch='http://schemas.google.com/gdata/batch'>
<entry>
<id>https://www.google.com/m8/feeds/groups/[email protected]/full/58ab8cbf0ed51475</id>
<batch:operation type='query'/>
</entry>
<entry>
<id>https://www.google.com/m8/feeds/groups/[email protected]/full/52869cde0eeea223</id>
<batch:operation type='query'/>
</entry>
<entry>
<id>https://www.google.com/m8/feeds/groups/[email protected]/full/51c53f810a6f5a48</id>
<batch:operation type='query'/>
</entry>
<entry>
<id>https://www.google.com/m8/feeds/groups/[email protected]/full/176cfdd20860e5b0</id>
<batch:operation type='query'/>
</entry>
<entry>
<id>https://www.google.com/m8/feeds/groups/[email protected]/full/16144a790c570543</id>
<batch:operation type='query'/>
</entry>
</feed>

Google Service responces with: Group ID not found.
The same situation with DELETE

What I'm doing wrong?

-- 
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

Reply via email to