Soup
- Activité totale 7
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 1
- Abonnements 3
Publications
Activité récente par 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_...