Hi All,

When i am running the code below for fetching photlist for a album
$query = new Zend_Gdata_Photos_AlbumQuery();
$query->setUser($$username);
$query->setAlbumName($albumName); $query->setType("entry");
 try {
      $albumEntry = $gp->getAlbumEntry($query);
 }catch (Zend_Gdata_App_Exception $e) {
      echo "Error: " . $e->getMessage();
 }

 i m getting the Error: Error in Query: Unable to read response, or
response is empty

 Can somebody plz figure whts wrong with the code above or some
workaround for this ??
 Thx in advance

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" 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-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to