Hi Gurus, I'm using the latest .Net API to update user Contacts information. When I try update the contact photo I get 500 Error Internal Server Error, and the message states "Photo upload failed - Photo scale failed".
This is a small test app, but here is my logic: 1- I grab a collection of all contacts of some user. 2- I search a specific email within the contacts. And, I manage to catch it. 3- I try updating that contacts's photo with ContactsService.Update. The image I'm trying to upload is a small JPEG image loaded as a MemoryStream. The image loads correctly into memory, and displays in a PictureBox, but when the ContactsService.Update executes I get the error. Any help, Please? Best Regards, Khallaf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps 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://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
