I am using the Dropbox API V2 search function (https://api.dropboxapi.com/2/files/search_v2) and its working correctly. I have a small issue that i am unable to find a solution till now. The issue is that when inside the parameters in query field option I am giving a specific value and in the path option I am giving a specific folder path, its searching for the query in child folders of that folder that i have given in path. I want to search only in the folder that I have given in the path field and not to search for child folders and inside child folders of that main folder. Is there any way to restrict searching to main folder given in path (level 0)