var auth = 'GoogleLogin auth='+ ClientLogin Auth

var req = new XMLHttpRequest();
req.open("POST", 'http://spreadsheets.google.com/feeds/spreadsheets/
private/full', false);
req.setRequestHeader("Content-Type", "application/atom+xml");
req.setRequestHeader("Authorization", auth);
req.send(null);
return req;

Above code is that I try to retrieve all spreadsheets form My Google
Docs. I always get the NETWORK_ERR during i want to retrieve
spreadsheets. But, it does work for Google Document List Data API and
gdata Python client library? Does anybody know what's going on? I'm
very appreciate.

--

You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to google-docs-data-a...@googlegroups.com.
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en.


Reply via email to