Thanks for the info. I'm using the .net libraries, is there any way
to do the same from that?
I am using:
DocumentsListQuery query = new DocumentsListQuery();
query.Uri = new Uri("http://docs.google.com/feeds/documents/private/
full/-/folder?showfolders=true");
AtomFeed feed = myService.Query(query);
On Jan 16, 8:32 pm, SeNtHiL <[email protected]> wrote:
> Hi Chewy81 ,
>
> To get a list of all folders i used this
>
> ************************************************************************************************************
> req = new XMLHttpRequest();
>
> req.open("GET",
> "http://docs.google.com/feeds/documents/private/full/-/folder?showfold...",
> false);
>
> req.setRequestHeader("Authorization", "GoogleLogin auth=" + Your
> authentication token + "");
>
> req.send(null);
>
> ************************************************************************************************************
> and it works.
--~--~---------~--~----~------------~-------~--~----~
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 [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-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---