rogers-obrien-rad / ProPyCore

Interact with Procore through Python for Data Connection Applications (no user authentication)
MIT License
4 stars 0 forks source link

[BUG] Cannot pass parent folder ID to <documents>.find() #31

Closed HagenFritz closed 1 year ago

HagenFritz commented 1 year ago

Describe the bug Even though we should be able to, we cannot use the find() method for Folders and Files with a specified parent ID.

Expected behavior We should be able to pass a folder_id parameter that searches children folders/files starting in that parent folder