Soup
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Soup-
Search within a specific timeframe
Hi- I'm currently searching within a box folder, but for some reason it's not returning the most recently uploaded file? Here's my query: items = client.search().query(query="Query", limit=1, anc...
-
Get first item from search
Is it possible to retrieve the first item in one line without looping over it and breaking? items1 = client.search().query(query="22",limit=1, ancestor_folder_ids=["159631784184"], sort="modified_...