Hello John, Are you sending a POST request to the batch URL? https://www.google.com/m8/feeds/groups/default/full/batch
Also, are you sure those group exist and the authenticated user has access to those (it's the same user)? You can try by sending a single GET request to one of those group or adding a system group in the batch request ( https://www.google.com/m8/feeds/groups/<user_email/full/6). Best, Alain On Tue, May 31, 2011 at 5:13 AM, John Smith <[email protected]> wrote: > 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 > -- Alain Vongsouvanh -- 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
