If you view that URL in the browser you'll see a nice error message:

"kind: That is not one of the acceptable values "

You can't get photo entries off of a photo feed, since that would imply
photos are somehow nested inside of other photos. Removing that parameter
reveals:

"No album found."

There is no FireBird2 album, unless that's a private one:

http://picasaweb.google.com/data/feed/api/user/[EMAIL PROTECTED]/

Maybe it would help if you read the protocol guide and tried to understand
the requests the .NET client library was making:

http://code.google.com/apis/picasaweb/developers_guide_protocol.html

The reference guide is also useful:

http://code.google.com/apis/picasaweb/reference.html

Cheers,
-Jeff

On Tue, Oct 21, 2008 at 3:47 AM, Me. <[EMAIL PROTECTED]> wrote:

>
> HI
>
> I have try as you told, but still i got error:
> Error: Execution of request failed:
>
> http://picasaweb.google.com/data/feed/api/user/[EMAIL 
> PROTECTED]/album/FireBird2/photoid/5259213986720960930?kind=photo
>
>
> This is the line i used:
>
> PhotoQuery PQuery = new
> PhotoQuery(PicasaQuery.CreatePicasaUri(p,albumName,photoId));
>
>
>
> On Sep 20, 3:42 pm, 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