No the scope https://www.google.com/m8/feeds/photo seems to be incorrect. I'm stuck. Really there is no way to fetch an image from contact entry from google. I've tried 2 methods: 1. by using entry.getContactLinkPhoto() and then service.createLinkQueryRequest(photoLink).execute() (thenr reading from ResponseStream) - the error was No authentication header information - but how can it be If I managed to download the entire contact (so the auth is correct) 2. By using auth post and the code from my previous post. - then the exception is raised saying there was a problem with authentication - which is caused for sure by the same reason that in createLinkQueryRequest()
I understand that the api which provides the method createLinkQueryRequest can have a bug but the second "low level" approach should then pass, but it doesn't. Setting scope only for contacts before authentication also is correct as photos are included in this scope. So what am I missing here ? what is wrong in my code ? -- 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
