I am facing exact same issue. Any solution?

Thanks for your time.
--
Avaneesh


On Thursday, January 15, 2015 at 8:14:22 AM UTC-8, Tim Kersten wrote:
>
> I have a question regarding to this 
> <https://code.google.com/p/gdata-issues/issues/detail?id=138> issue. 
> I know its not possible to use the published-min and published-max 
> paramters, so i'm looking for a workaround to retrieve photo's within a 
> certain date range.
>
> Thanks to partial responses (
> https://developers.google.com/gdata/docs/2.0/reference#PartialResponse) 
> it is possible to request specific parts of data. 
> In this 
> <https://developers.google.com/gdata/docs/2.0/reference#PartialResponse> 
> documentation there is an example given that makes it possible to requests 
> photos that are created after a certain date:
>
> https://
> picasaweb.google.com/data/feed/api/user/*userId*?alt=json&kind=photo&fields=entry[xs:dateTime(published)
> >=xs:dateTime('2015-01-01T00:00:00')]
>
>
> What i want to achieve is to request photo's that are within a specific 
> date range (and not after a given date).
>
> I tried combining the xs:dateTime(published) functionality this way:
>
> https://
> picasaweb.google.com/data/feed/api/user/*userId*?alt=json&kind=photo&fields=entry[xs:dateTime(published)>=xs:dateTime('2015-01-01T00:00:00')
>  
> and xs:dateTime(published)<=xs:dateTime('2015-01-15T00:00:00')]
>
>
> unfortunately when i test this (inside google's oauth playground) it 
> receive the following error :
>
>> An error occured while connecting to the server: Unable to fetch URL: 
>> https://
>> picasaweb.google.com/data/feed/api/user/109073181266447678318?alt=json&kind=photo&fields=entry[xs:dateTime(published)>=xs:dateTime('2015-01-01T00:00:00')
>>  
>> and xs:dateTime(published)<=xs:dateTime('2015-01-15T00:00:00')]
>
>
> Hope someone can point me in the right direction here.
>
> Thanks in advance.
>
> Tim  
>

-- 
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/d/optout.

Reply via email to