Hi,

What member are you accessing to get at the image URL? If you're
looking at the <media:thumbnail> and not the <media:content>, then
that could be your problem.

Cheers,
-Jeff

On Sep 23, 2:27 am, Michele Gatti <[EMAIL PROTECTED]> wrote:
> I resolve in part of my problem in this way:
>
>  string photoURL =
>         string.Format("http://picasaweb.google.com/data/entry/api/user/
> {0}/album/{1}/photoid/{2}", myWebAlbum.Credentials.Username,
> "Softair", this.idFoto);
>  PicasaEntry _photo = (PicasaEntry)myWebAlbum.Get(photoURL);
>
> Now i received the photo but is no largest photo!!!
>
> Why???
>
> Thanks
>
> On Sep 22, 7:42 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
> wrote:
>
> > Hi,
>
> > Is the name of your album really "Album" ? It would help if you
> > actually posted the exception you were receiving too.
>
> > Cheers,
> > -Jeff
>
> > On Sep 20, 3:42 am, Michele Gatti <[EMAIL PROTECTED]> wrote:
>
> > > Hi, i need hel to load a selected photo i use thi command :
> > > "PhotoQuery query = new
> > > PhotoQuery(PicasaQuery.CreatePicasaUri(myWebAlbum.Credentials.Username,
> > > "Album",idPhoto));"
>
> > > but i've recived a exception?
>
> > > Why?
--~--~---------~--~----~------------~-------~--~----~
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 Google-Picasa-Data-API@googlegroups.com
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