carolinux / gdata-python-client

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

Sites sample code fails with Error 400 #531

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download/unpack gdata-2.0.14
2. Run "samples/sites/sites_example.py"
3. Login using "ClientLogin"
4. Choose "List site content"

What is the expected output? What do you see instead?
 - Expect to see a list of site content. Instead the server returns a standard formatted Google error page indicating "Error 400... Your client has issued a malformed or illegal request." NOTE: Error page is attached.

What version of the product are you using?
 - 2.0.14

Please provide any additional information below.
 - This was working approx 2 weeks ago (first week July 2011). Without any local change, the error state now occurs.
 - This happens with most, but not all, of the menu choices. Eg: "List sites" works, but "Create webpage" fails with the same error.
 - Problem occurs post-authentication.
 - Tested both python2.4.3 and python2.6.4. Same error with both.
 - Simplest explanation seems to be a recent change in the Google service?

Original issue reported on code.google.com by zaleski....@gmail.com on 18 Jul 2011 at 7:09

Attachments:

GoogleCodeExporter commented 9 years ago
Note - I of course found this problem when running my own code, but I thought 
showing the same problem with the sample code was better proof of concept.

Original comment by zaleski....@gmail.com on 18 Jul 2011 at 7:17