Three things for you to think about. First, I'm guessing that your
Sharepoint server is behind a firewall of some sort. As long as it is not
publicly accessible, the Feeds API will be useless to you because Google's
servers need to be able to crawl and cache the feed before you can use the
API to access it. If this is not an option, you'll need to build your own
crawler (and probably cache system) to access the private feeds via JS.
Second, there have been problems the last few weeks of feeds not being
crawled and cached. This issue was reported fixed, but then there were
additional reports of issues. If your feeds are publicly accessible, this
could be the problem.

Finally, the Feeds API TOS now states that the deprecation policy will no
longer apply after April 2015. This means that, after April 2015, Google
may choose at any time, with or without notice, to discontinue the Feeds
API. For this reason, I would strongly recommend not relying on the Google
Feeds API for any mission-critical application. Probably the two best
alternatives are Yahoo! Pipes (the same requirement for publicly accessible
feeds applies) or rolling your own crawler/cache system (as described
previously).

jg
On Oct 2, 2014 9:13 PM, "Nikhil Verma" <[email protected]> wrote:

> Hello All,
>
> I am new to Javascript world and JQuery. I am using Google API to load the
> feeds from different financial sources and that is working. Below is the
> example code which I am using:
>
> var GetFeeds = function(URI)
> {
> var url=document.location.protocol + '//
> ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=1000&callback=?&q='
> + encodeURIComponent(URI);
> return $.get(url, {count:5}, null, 'JSON');
> }
>
> But when trying to load the Feeds from the Share Point it is not working.
> Can any please suggest me how can I proceed further. Even I am okay if I
> can get the whole XML.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Google AJAX APIs" group.
> To post to this group, send email to
> [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> To view this message on the web, visit
>
> https://groups.google.com/d/msgid/google-ajax-search-api/cce8e2bf-9264-4420-b039-458190de887e%40googlegroups.com
> <https://groups.google.com/d/msgid/google-ajax-search-api/cce8e2bf-9264-4420-b039-458190de887e%40googlegroups.com?utm_medium=email&utm_source=footer>
> For more options, visit this group at
> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Google AJAX APIs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/CAF4cwg-9S0-v8HWtitY1EAuvTVcQu-cyaQ1Va9AXp4pmDPw_Ww%40mail.gmail.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to