As a follow-up.. If you know the list of your folders: GET feeds/documents/private/full/-/folder?showfolders=true
You can use category exclusions (/-category) to return the docs that are not in folder1 AND not in folder2, etc: GET /feeds/documents/private/full/-/-folder1/-folder2/-folder2/- That's not ideal if you have many folders, but it works. Please file a feature request if you'd like to see something more elegant: http://code.google.com/p/gdata-issues/ Eric On Dec 12, 5:36 pm, "Eric (Google)" <[email protected]> wrote: > A different way to say your query would be a list of documents that > are not in a folder. > I do not believe there's a way to do this since the API does not > support excluding > folders using the /category/-starred syntax. > > http://code.google.com/apis/gdata/docs/2.0/reference.html#QueryRequests > > Eric > > On Dec 12, 9:21 am, "[email protected]" <[email protected]> > wrote: > > > I have found a way to list all the items on the account, and how to > > list items within a specific folder. What I really want is to be able > > to list just the items that are in the 'root folder' > > For example, currently I have > > > Folder 1 > > Folder 2 > > File 1 > > > I can get the list of all 3 items, and I can get the items within > > Folder 1 or Folder 2. What I really want is to get the list that would > > just include Folder 1 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
