Hi Mike Thanks for the update.I need the url to image with it's actual size.But calling getMediaContents().get(0).getUrl() always gives resized image url.
On Saturday, 12 October 2013 02:02:59 UTC+5:30, Mike Erickson wrote: > > Hello, > > Are you requesting larger sizes than the default? You would use > imgmax=1600 > > Does that work for you? > > > On Fri, Oct 11, 2013 at 1:00 PM, renjith ravindran > <[email protected]<javascript:> > > wrote: > >> I have tried this.But it always shows cropped images. >> >> for (AlbumEntry myAlbum : myUserFeed.getAlbumEntries()) { >> AlbumFeed feed = myAlbum.getFeed(); >> for(PhotoEntry photo : feed.getPhotoEntries()) { >> System.out.println(photo.getMediaContents().get(0).getWidth()+" >> "+photo.getMediaContents().get(0).getHeight()); >> } >> } >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Picasa Web Albums API" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]<javascript:> >> . >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/google-picasa-data-api >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/groups/opt_out.
