I can't explain that behavoir. I'm using php. I get the photos URL
from the Media Group like this


      // Get the URL of the photo itself
      if ($entry->getMediaGroup()->getContent() != null) {

          $mediaContentArray = $entry->getMediaGroup()->getContent();
          $contentUrl = $mediaContentArray[0]-
>getUrl();                  // URL of photo
      }

      $albumid = $entry->getGphotoAlbumId();

I don't know if that helps you, though.

-- 
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