Hi

Thanks, Hope you are doing good...

I got my images using albumid,
but one more thing is make me truble is still I am not getting image
using albumid and photoId.

I am passing both id but still not work, look my code

  PhotoQuery PQuery = new PhotoQuery();
                    string MyQuery = "http://picasaweb.google.com/data/
feed/api/user/";
                  MyQuery = MyQuery + p + "/albumid/" +
arrAlbumId[intSelectedAlbumIndex] + "/photoid/" +
arrSelectedPhotoId[intPhoto];

                    Uri u = new Uri(MyQuery);
                    PQuery.Uri = u;

                    try
                    {
                        PicasaEntry pe =
myService.Get(PQuery.Uri.ToString()) as PicasaEntry;  //Raise error

                        PicasaFeed feed = myService.Query(PQuery);

                        Response.Write("<h2> Passed: " +
feed.Entries.Count + "</h2>");


On Oct 21, 4:41 pm, DOH <[EMAIL PROTECTED]> wrote:
> I don't know whether my tutorial will be of any use to 
> youhttp://sites.google.com/site/philandjudes/tutorials-1/photogallery,
> but it does give examples of accessing the ID's using JSON.
>
> On Oct 21, 11:23 am, "Me." <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi
>
> > I am not able to access albumid and PhotoId. I got both of it but how
> > to use it?
>
> > I have take photos album wise using album name , but i want to get
> > photos using albumid and photoId,
>
> > Help me pls...,- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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