licht1stein/codaio

list_docs() without arguments doesn't return anything

Opened this issue · 1 comments

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.

It probably does, you can easily check it