Hello,
Now that I am able to use Google attributes in the Zend framework, I
get an error code returned from the query.
For this URL: http://www.google.com/base/feeds/items?dry-run=true
"Expected response code 200, got 401"
in ZendGdata-1.0.1/library/Zend/Gdata/App.php: line 432
But for this URL: http://www.google.com/base/feeds/items
"Expected response code 200, got 400"
in ZendGdata-1.0.1/library/Zend/Gdata/App.php: line 432
I looked through all the Google documentation. The best I found was
that Error 401 might be for lack of authentication.