Dear Yogini,

You can easily find the method from developers guide.

First you need to retrieve a folder feed.
GET http://docs.google.com/feeds/documents/private/full?showfolders=true
or
GET 
http://docs.google.com/feeds/documents/private/full/-/folder?showfolders=true

Next, you need to find a entry for the "Vehicles" from the response
feed.
and execute GET entry/cont...@src as atom feed.
Then you could retrieve the document list under "Vehicles".


On 7月16日, 午後3:11, Yogini <desyog...@gmail.com> wrote:
> Hi,
>
> Can I get list of documents from a subfolder.
> I have a folder structure as below:
>
> Vehicles
>     Cars
>
> I want t list all the documents from Vehicles/Cars folder.
> Following url gives me the error.
> URL documentListFeedUrl = new URL("http://docs.google.com/feeds/
> documents/private/full/-/{http://schemas.google.com/docs/2007/folders/
> desyog...@gmail.com}vehicles/Cars");
>
> Can I know where am I going wrong....
>
> If I give only Cars instead of Vehicles/Cars, I get list from all the
> folders whose name is Cars.  In this case I want only from the folder
> Cars whose parent is Vehicles.
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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-APIs@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