rossmckegney
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by rossmckegney-
rossmckegney created a post,
JWT Token refresh / timeout
When using JWT for app auth on the server side, what is the best practice for refreshing the token? Should we watch the timeout value and refresh just before expiry, or catch the 401 when the toke...
-
rossmckegney created a post,
Feedback on reference architecture / ecosystem
Hi Folks, I just published a first pass at a reference architecture / ecosystem of cloud services for enterprise application development. Looking for feedback, especially on if there are importa...
-
rossmckegney created a post,
Bulk download
In the Box web app, I can download an entire file as a zip. I don't see an equivalent method in the Box Content API. Is there a way to download an entire folder as a zip? Or is this on the roadmap?
-
rossmckegney created a post,
What happens when an upload is caught by virus scan?
I know that Box scans every uploaded files for viruses. What happens when a virus is detected? As a developer, how am I notified of the issue?
-
rossmckegney created a post,
Max files per folder
I can't find a limit anywhere. What is the maximum number of files per folder, that has been tested to work across all APIs and everything in the web and mobile apps?
-
rossmckegney created a post,
How far back does the eventstream go?
I'm looking at the docs for user and admin events. It says that I can request historic data, but doesn't say how far back the event log is guaranteed to go. Is there a guarantee on history? And is...
-
rossmckegney commented,
Since you are moving content from an instance that you don't own, using an App User for this is not the right approach. Your app can't grant access to your app user into that separate instance. ...
-
rossmckegney created a post,
How to move a file to a folder where the user doesn't have permission?
I have the following scenario: - User has the files in Box, in his own Box instance - The user will select and process this file in our custom application - Our custom application will move auto...
-
rossmckegney created a post,
Creating collaboration for user's email alias (or new user for that matter)
The documentation for Create Collaboration indicates that an error will be thrown if the user ID is invalid. What about the case where we are collaborating a new user, who is not in Box yet? We ...
-
rossmckegney created a post,
limit on event stream
What is the limit on the event stream? Can I go back indefinitely, or is it limited by number of historic events or by date. Thanks!