carolinux / gdata-python-client

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

UpdatePhotoBlob documentation is wrong #604

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the example given in the docstring of UpdatePhotoBlob (lines 532-533 in 
photos/service.py
2. Get an error 'edit-media' link not found

What is the expected output? What do you see instead?
Should not fail with error.

Please use labels and text to provide additional information.

The fix here is that line 532 should read p = GetEntry(PhotoUri)

Original issue reported on code.google.com by mfo...@prism.com on 6 Mar 2012 at 6:42