How to search document's in hierarchical structure in Google Doc api?
I have hierarchical folder structure in google doc like below..
-TestFolder
---Test1
-------Foo
-------BAR
---Test2
-------Foo
-------BAR
My search query is like so:
Still I was get back folder resource id of Foo from test1, actually need to search exact search in nested structure.
How to search in hierarchical structure for folder's in Google Doc?
How to do nested folder search of document and folder in Google Doc using Google Doc list api?