Any ideas how to query for all the children and the children of the children in a single query?
Update
It seems like a simple question. I d
I think you have the right idea in your "update". Treat Drive as flat, make calls to list everything, and generate your own tree from that.