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.
Calling list_docs() without arguments returns an empty list. Passing
is_owner=Trueoris_owner=Nonedoes 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.