LinThaw
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 19
Posts
Recent activity by LinThaw-
How to change Enterprise Box User to Free Box User
Hi there, Is there anyway to change Enterprise Box User in sandbox to Free box User? Best Regards, LinThaw
-
How to get callout count box.toolkit used?
Hi there,Is there any way to get current callout count in apex after callout using sendRequest with box.toolkit? I used limits.getCallouts() but it doesn't show correct count. Expected callout cou...
-
About Deleting Box Sandbox
Hi, I read this. If I delete box sandbox what will happen for user accounts which are created in sandbox?
-
Box for Salesforce - Gateway Time-out and Unauthorized Error
When I try to upload 10000 files to box from salesforce by using Toolkit and apex, After process finished, I got 9998 files are successfully uploaded but two files got following errors. All files a...
-
API Callout limit
AnsweredHow can I check API callout limit my service account currently used for this month?
-
Custom Integration with Salesforce
I am trying to upload a file to Box using following apex method. public static String uploadBoxSample(){ /* endpoint by named credential */ HttpRequest request = new HttpRequest();request.setHeader...
-
Box for Salesforce - Sync Now
AnsweredWhat is exactly happen after Sync Now process? The result is not working as assumed in here? After Sync, it just remove collaborators from box folders according to salesforce records permission or...
-
Box for Salesforce - How to Disconnect?
AnsweredWe can use Disconnect & Reauthorize from Box Settings in salesforce. How to do only Disconnect?
-
Upload a file Error
I just try upload a file with [Try this API] here. Why this message showing [An unknown error occured].
-
Box for Salesforce - How to migrate Existing files to Box
AnsweredHow to migrate salesforce existing files to box? We can use Box for Salesforce and Toolkit (createFileFromAttachment) is not working over 8MB file.