I had succesed to get file list with url
https://docs.google.com/feeds/default/private/full/folder:root/contents?v=3
But the file list is in updated-time order.
How to order by file name.
In Google Documents List API version 2.0 , [orderby=title] can do it.
In version 3.0, this parameter does not work.