Hi all,
We are having problems using the Custom App ( Service Account ). The search API ( python: client.search().query("something", acestor_folders = [ancestor_folder] ) will not return the desired folder. It will return folder with name that contains the search string "OTHERNAME_something" instead of the name "something" itself. Meanwhile, if I do
folder = client.folder("id of something").get()
and
folder.get_items()
it will show up in the list.
Also the latest folder won't show up in the search().query() either. Just wondering what i did wrong, and what can fix this problem
I truely appreciate your help!
Thanks!

