Darrin
- Activité totale 11
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 5
Aperçu des activités
Dernière activité effectuée par Darrin-
Darrin a ajouté un commentaire,
Is that the Python SDK you are using? I'm sure there is a way to "walk" the object and pretty print the contents, but I'm not a Python expert.Are you familiar w/ the developer docs though? They s...
-
Darrin a ajouté un commentaire,
As a customer I probably can't speak to what Box Support can do to help. If you open a case I am curious what you learn. If you wouldn't mind sharing here I am always trying to get better.
-
Darrin a ajouté un commentaire,
Under the covers the toolkit (or SDK) is ultimately calling the REST endpoints at Box and as with all things internet, things happen with connections. In our Apex we have retry logic that checks t...
-
Darrin a ajouté un commentaire,
Jeff, Have you had a chance to look at the Search endpoints in the REST API? It looks like you may be able to tune it to look in a specific folder using the ancestor_folder_ids arg in the request....
-
Darrin a ajouté un commentaire,
Are you familiar with the box__FRUP__c object in Salesforce? That is the way that Salesforce knows which users have collaborated on which records in Salesforce. Then the Box managed package helps...
-
Darrin a ajouté un commentaire,
There are 2 specific Apex examples in the link that offered. Used that myself to go instantiate Box folders for Salesforce records - took all of about 2 minutes. Since it is considered a callout...