hi,

Modifying the simple example in the Playground, parsing my "My Map"
feeds worked instantly, for example the url marked OK below.

However, for the feeds from my Google Docs, the operation fails,
result.error is TRUE.  For example, the spreadsheet feed marked NOT OK
below.

any clues?

I'm using Snow Leopard Firefox.

thanks!

------------- code snippet ----------------------
// NOT OK
var url = "https://spreadsheets.google.com/feeds/list/
0Ah54e6Kx4NC4dG5reHROMUNSUTBpTmRSNDNuYzM2RGc/od6/private/full";
// OK
var url = "http://maps.google.com/maps/ms?
ie=UTF8&hl=en&vps=3&jsv=329b&msa=0&output=georss&msid=203323664549360446016.00047365d007f6c0c1585";

    function initialize() {
      var container = document.getElementById("feed");
      var feed = new google.feeds.Feed(url);
      feed.load(function(result) {
        if (!result.error)
        {
...

-- 
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].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to