Soup
- Activité totale 7
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 1
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par Soup-
Soup a ajouté un commentaire,
Hi Brielle Purnell, how do you provide the token access to the folder ID? Much appreciated!
-
Soup a créé une publication,
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...
-
Soup a créé une publication,
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_...