Re: Google AJAX APIS IS OUT ?

2015-12-02 Thread Jeremy Geerdes
It is. Probably permanently. See other threads today for details. Jg On Dec 2, 2015 10:25 AM, "Milton Plebeu" wrote: > Some one know this service is out ? > http://www.google.com/jsapi > > My RSS Feed show me this: Feeds could not be loaded. > > Thanks! > Milton > Brazil > >

Re: In Google Feed API "403: This API is no longer available" error is returned.

2015-12-02 Thread Mark O'Sullivan
It would have been great if Google let someone take over Google Feeds API so those who were still using it (seems like quite a lot) could continue to do so. If it was taken over, perhaps someone could have implemented some potential improvements to it. Instead it seems it has been killed off

Google feed API says api no longer available :(

2015-12-02 Thread Artem Mazak
Hello, I am using google feed API to parse RSS on Javascript. Till yesterday it was working fine, but today it says "This API is no longer available" and "Uncaught TypeError: Cannot read property 'feed' of null". Is it officially deactivated?? *Request*

Re: Google feed API says api no longer available :(

2015-12-02 Thread Jeremy Geerdes
It would seem so, along with a few other long-deprecated services. On Dec 2, 2015 9:12 AM, "Artem Mazak" wrote: > Hello, > > I am using google feed API to parse RSS on Javascript. > > Till yesterday it was working fine, but today it says "This API is no > longer available"

Google AJAX APIS IS OUT ?

2015-12-02 Thread Milton Plebeu
Some one know this service is out ? http://www.google.com/jsapi My RSS Feed show me this: Feeds could not be loaded. Thanks! Milton Brazil -- -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to

Re: In Google Feed API "403: This API is no longer available" error is returned.

2015-12-02 Thread Jayson Peters
Alas, Pipes also is no more. On Tuesday, December 1, 2015 at 8:06:30 PM UTC-7, jgeerdes [AJAX APIs "Guru"] wrote: > > You will want to search for alternatives such as Yahoo Pipes. > -- -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To

Re: In Google Feed API "403: This API is no longer available" error is returned.

2015-12-02 Thread 吕超
We find this error feedback too, it means we can not use this API from now, so sad about that :( 在 2015年12月2日星期三 UTC+10下午12:56:56,ココ写道: > > Hello! Please tell me. > > I am Japanese. I'm so bad in english. > > In Google Feed API "403: This API is no longer available" error is > returned. > >

Google Image Search API using Python

2015-12-02 Thread dmitrycmsman
Hello, I try write your an example code for work with Google Image Search API using Python and get an error: {'responseStatus': 403, 'responseData': None, 'responseDetails': 'This API is no longer available.'} My code: import urllib.request import simplejson url =

Re: In Google Feed API "403: This API is no longer available" error is returned.

2015-12-02 Thread Jeremy Geerdes
The only thing I have found in the form of an official statement from Google is the changes to the deprecation section of the terms. These are abundantly clear: Google has no intention of further supporting the Feeds API. In fact, since I last looked, they've amended the section to make it even

Re: In Google Feed API "403: This API is no longer available" error is returned.

2015-12-02 Thread Mark O'Sullivan
Is there any official confirmation that it has been shutdown? If it has, is there no way we can continue to use it? If we can't use it, does this mean we now have to find an alternative? On Wednesday, 2 December 2015 03:06:30 UTC, jgeerdes [AJAX APIs "Guru"] wrote: > > I am working to confirm

Re: Google Image Search API using Python

2015-12-02 Thread Jeremy Geerdes
It would seem that Google is finally cleaning house of deprecated services. Take the response at face value: the Image Search API is gone. JG On Dec 2, 2015 7:48 AM, wrote: > Hello, I try write your an example code for work with Google Image Search > API using Python and