Hallo all,

I`m trying to download the contact photo by using a batch operation.
So I send a post request to url "https://www.google.com/m8/feeds/
contacts/default/full/batch"

With request body:
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://
schemas.google.com/gdata/batch'>
   <entry>
   <id>https://www.google.com/m8/feeds/photos/media/
[email protected]/bbc02338bf5b478</id>
   <batch:operation type='query'/>
   </entry>
</feed>

But I get error from google : Invalid entry Id/Uri

What am I doing wrong?

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

Reply via email to