How to list all files, folders, subfolders and subfiles of a Google drive folder

后端 未结 2 1626
我在风中等你
我在风中等你 2021-01-03 17:12

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

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 17:39

    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.

提交回复
热议问题