cary
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Activity overview
Latest activity by cary-
cary commented,
Hey , If network connectivity is an potential issue I would recommend taking a look at the `downloadRange()` functions and its overloads in the `BoxFile` class seen here. This function will ...
-
cary commented,
Hey , If you are using the Java SDK you can take a look here to see all functions you can perform including upload and download As far as downloading a file though, this should work: BoxFile ...
-
cary commented,
Hey , You will need to sign up for a free Box Developer's Account here After that you should have access to your own enterprise and developer account to try out API calls. Let us know if th...
-
cary commented,
Hey , Thanks for using the Box Postman Collection! Getting started could be a bit overwhelming but I can assure you it's not too bad. What you will want to do is choose any endpoint you're...
-
cary commented,
Hey , There is no endpoint in the API and functionality in the SDK to check whether a user is paid or not. However, I would love to learn more about what you are trying to do, maybe we can arri...
-
cary commented,
Hey , The most straightforward way to find the email of your automation user in the web UI is through the admin console. If you have access to the admin console you can go into the "Content Man...
-
cary commented,
Hey , Curious if there is a gap between when you retrieve the auth code and your first time trying to generate an access token? The reason being the auth code expires after 60 seconds so you wi...
-
cary commented,
Hey , The endpoint that will allow you to upload a new file version can be found here. Using the Upload New File Version endpoint you will be able to avoid conflict if you are uploading files wi...
-
cary commented,
Hey , Unfortunately today /metadata functions are not supported in the Box for Salesforce SDK. However, if necessary, you are still able to manually construct a HTTP request to the /metadata en...
-
cary commented,
Hey , If you are receiving a 401 unauthorized as the API response I would check your token to make sure it has not expired. One more thing I would like to add is although creating the HTTP reque...