Find Folder ID given a path (Python SDK)
I'm trying to understand how to go about this search via API / Python SDK. Say I have these folders in Box:
Project > A > Production > 12345 > Images
Project > A > QA > 12345 > Images
Project > A > Test > 12345 > Images
Project > B > Production > 12345 > Images
Project > B > QA > 12345 > Images
Project > B > Test > 12345 > Images
I want the folder ID of Project > B > QA > 12345 > Images
Searching for just 12345 or Images can return multiple folders. Can I search for the whole path?
Please sign in to leave a comment.
Comments
1 comment