Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7755729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:38:14+00:00 2026-06-01T12:38:14+00:00

I am querying a Picasa gallery and when I dig into the entries that

  • 0

I am querying a Picasa gallery and when I dig into the entries that are returned, I can’t find the full size image. I can only see a much smaller, re-sized image (data[0].Content.AbsoluteUri). I know Google retains the full size image because I can see it when I view my Picasa gallery online. Where is the full size image?

var picasaService = new PicasaService("Gallery");

var photoQuery = new PhotoQuery(PicasaQuery.CreatePicasaUri("GOOGLEUSERNAME", "GALLERYID"));
var photoFeed = picasaService.Query(photoQuery);

var data = photoFeed.Entries;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T12:38:15+00:00Added an answer on June 1, 2026 at 12:38 pm

    short answer:

    media:group/media:content[@url] path in a query to get the gdata photo ENTRY from the picasa GData service contains the link you want.

    Longer answer:

    1. interactively query the Gdata api for picasa using oauth playground\
    2. https://code.google.com/oauthplayground and select picasa from the list and get
    3. authorize button … then allow access button and you can query the api using the form
    4. make a query for the ENTRY URI of desired photo (your …user/.. /albumid .. /photoid )
    5. inspect the content of media:group/media:content[@url] sample below
    6. The URI to the big photo is valueOf the url attribute in the above expression
    7. sample value for one of my picasa photos
    8. url=https://lh3.googleusercontent.com/-_FFMNGPU1TQ/TtukXyN4eCI/AAAAAAAACso/EzPmut2iKVQ/DSC01612.JPG

    Using the oauth 2.0 playground for a query to get the entry of one of my photos…

    Request:
    GET /data/entry/api/user/rowntreerob/albumid/5682316071017984417/photoid/5682316083381958690?alt=json
    

    Note: filter response using http://json.parser.online.fr/

    Response: 
    
    "media$group":{
    "media$content":[
    {
    "url":"https://lh3.googleusercontent.com/-_FFMNGPU1TQ/TtukXyN4eCI/AAAAAAAACso/EzPmut2iKVQ/DSC01612.JPG",
    "height":512,
    "width":341,
    "type":"image/jpeg",
    "medium":"image"
    }
    

    The link to the large photo that you want is in the url attribute above…

    Using the “fields=” tag, you can directly get the link as in below req/ resp from gdata…

    GET /data/entry/api/user/rowntreerob/albumid/5682316071017984417/photoid/5682316083381958690?alt=json&fields=media%3Agroup%2Fmedia%3Acontent%5B%40url%5D
    
    {
    "version":"1.0",
    "encoding":"UTF-8",
    "entry":{
    "xmlns":"http://www.w3.org/2005/Atom",
    "xmlns$media":"http://search.yahoo.com/mrss/",
    "media$group":{
    "media$content":[
    {
    "url":"https://lh3.googleusercontent.com/-_FFMNGPU1TQ/TtukXyN4eCI/AAAAAAAACso/EzPmut2iKVQ/DSC01612.JPG",
    "height":512,
    "width":341,
    "type":"image/jpeg",
    "medium":"image"
    }
    ]
    }
    }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When querying facebook graph's api I see that there are several properties missing, for
Querying a Nested Set Model table , here's the SQL... how can this be
I'm querying the database for a single record that matches the id passed in
I'm new to querying XML datatype in SQL Server 2005. Anyone can help me
I'm querying an MFC implemented COM object that is implemented as follows: class CA
I am querying a database for results and trying to convert them into JSON
Querying wordpress posts according to their tags can look like this (if I pieced
By querying fbid/likes i can get the fbid and names of all of the
By querying the portal_languages tool I can get a list of language names: >>>
In querying an API that has a paginated list of unknown length I found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.