I'm having trouble accessing certain folders using pyPreservica and the Entity API.
Using client.folder gives me a Reference Not Found exception, saying the reference is not found in the repository. It also provides the link it says returned a 404, but when I test the link manually, it is valid.
I've also tried getting a list of all top-level folders using the following, but I only get back a partial listing.
for entity in client.descendants():
print(entity.title)
Is there a reason I can access some folders and not others? I can't quite discern a patten between the folders I can/can't access.
Hi James,
I'm having trouble accessing certain folders using pyPreservica and the Entity API.
Using client.folder gives me a Reference Not Found exception, saying the reference is not found in the repository. It also provides the link it says returned a 404, but when I test the link manually, it is valid.
I've also tried getting a list of all top-level folders using the following, but I only get back a partial listing.
Is there a reason I can access some folders and not others? I can't quite discern a patten between the folders I can/can't access.
Thanks in advance! Courtney