When I use box cli search with --ancestor-folder-ids, I get a 404
box search xxxx --scope enterprise_content --content-types files --ancestor-folder-ids xxxxxxxx | jq '[limit(3;.[] | select(.name | contains("xxxxx")))]'
Unexpected API Response [404 Not Found | nku76jg8iy92083s.06c47f7fd3799a7db01040e00762bb10] not_found - Not Found
When I take out --ancestor-folder-ids, i get back results. Is there a known bug?
thanks!