Jason Hada
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Jason Hada-
Jason Hada created a post,
Inconsistent data type with Conflict in context_info
When I attempt to upload a file with the same name in the same folder and run into a naming collision, I have code that accounts for the Box Exception with code: "item_name_in_use". I expect the JS...
-
Jason Hada commented,
I was close, the answer is const fileOptions = { [selectedDocument.boxFileId]: { fileVersionId: version?.boxVersionId }, }; render( <ContentPreview ...
-
Jason Hada created a post,
ContentPreview - specify version
I am using the ContentPreview component in the box-ui-elements package in a React app. I am passing fileId into the component and would like to specify the fileVersionId to view that specific versi...