list_docs() without arguments doesn't return anything
Opened this issue · 1 comments
smessmer commented
Calling list_docs() without arguments returns an empty list. Passing is_owner=True
or is_owner=None
does return results. The function currently has the default value of the argument set tois_owner=False
, maybe this means it only returns documents I don't own? As opposed to returning both documents I do and don't own, which is what I would have expected.
licht1stein commented
It probably does, you can easily check it