That's exactly what I did, for example this query is returning correct results when teorically published-max is not supported there, is it?. http://picasaweb.google.com/data/feed/api/all?q=spain&published-max=2008-05-10 I guess that you need the q parameter in order to use the others, but as far as it's not documented (or I haven't found it) I'm not sure about it.
On May 31, 4:07 pm, Lee <[email protected]> wrote: > Ah.... > > I'm no Java expert, but if you have a java version working somewhere, > I'd use wireshark to sniff the connection between your java app and > Google to determine what the actual URL is being called that produces > the results you want. Once you have the URL you should be able to see > what parameter is missing or if something is not formated correctly in > your original query. > > Lee > > On May 31, 8:57 am, GoRaXaN <[email protected]> wrote: > > > > > Ok... so why am I getting images when I specify some published date > > ranges using the official Java API? > > (com.google.gdata.client.Query.setPublishedMin and > > com.google.gdata.client.Query.setPublishedMax methods) > > > On May 31, 3:43 pm, Lee <[email protected]> wrote: > > > > FYI.... > > > > Fromhttp://code.google.com/apis/picasaweb/docs/2.0/reference.html > > > > Picasa Web Albums query parameters reference > > > Picasa Web Albums supports the following Google Data Protocol query > > > parameters: start-index, max-results, alt, fields, and prettyprint. > > > The user-based and community search feeds support the q full-text > > > search query parameter. Picasa Web Albums does not currently support > > > the other standard parameters. > > > > On May 10, 7:54 am, GoRaXaN <[email protected]> wrote: > > > > > Hi, > > > > > I'm trying to get images published before some specific date using the > > > > parameter published-max. The problem is that I always get 0 results no > > > > matter what date I type. I've tried some queries and the only moment > > > > I'm getting results is when I enter a future date (tomorrow, the > > > > following year,... whichever future date). > > > > > No > > > > results:http://picasaweb.google.com/data/feed/api/all?published-max=2008-05-10 > > > > Results:http://picasaweb.google.com/data/feed/api/all?published-max=2011-05-10 > > > > > I gues it's a bug that should be resolved, isn't it? > > > > > -- > > > > 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 > > > > athttp://groups.google.com/group/google-picasa-data-api?hl=en.-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.
