prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

UpdatePhotoMetadata fail with internal server error #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to make UpdatePhotoMetadata on existing photo

What is the expected output? What do you see instead?
Expected photo metadata update,  but internal server error found 

What version of the product are you using?
gdata-1.1.1

Please provide any additional information below.

serv = PhotosService()
serv.ClientLogin(GMAIL, GPASS)
_pservice = serv
photos = _pservice.GetFeed(_albums[album].GetPhotosUri()).entry
photo = photos[image_name]
photo.geo.set_location((coord[0][0], coord[0][1]))
_pservice.UpdatePhotoMetadata(photo)

cause this problem

Original issue reported on code.google.com by dim...@gmail.com on 24 Jun 2008 at 6:57

GoogleCodeExporter commented 9 years ago
hope can support upload photo meta data. thanks. 

Original comment by lini....@gmail.com on 16 Oct 2009 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by afs...@google.com on 7 Oct 2011 at 12:16