Darrin
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Darrin-
Darrin commented,
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 commented,
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 commented,
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 commented,
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 commented,
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 commented,
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...