Priyajeet
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
Comments
Recent activity by Priyajeet-
Also, showDownload --> canDownload (which visually shows/hides the download and print button in the header), however this is defaulted to true, so you don't have to pass it in as a prop. Annotatio...
-
Sorry for the mess. Unfortunately, we are still in the process of migrating some of the Preview library functionality (specially the header) over to the Preview React UI Element. Hence the header,...
-
The link https://developer.box.com/docs/box-sdk-license is now fixed. So is https://developer.box.com/docs/box-sdk-cla which also had broken. The GIT link for box-ui-elements is public, so it's ...
-
You can see a small demo app here https://github.com/box/box-ui-elements-demo And here is it's webpack config https://github.com/box/box-ui-elements-demo/blob/master/webpack.config.js Package....
-
We have it on our backlog, but no ETA on when it will be available. You can keep an eye out on https://github.com/box/box-ui-elements/issues/273
-
Have you looked at our Uploader UI Element https://developer.box.com/docs/box-content-uploader It uses chunking to upload files. You can see the implementation (this particular one is JS based) ...
-
If the token gives access to the parent hierarchy, it should give the entire path collection. You token may not have the required permissions.
-
FilePicker is the same as ContentPicker with type='file' hardcoded. FolderPicker is the same as ContentPicker with type='folder' hardcoded. And in ContentPicker you can just specify the type you w...
-
Take a look at the representations API https://developer.box.com/v2.0/reference#get-representations One of the reps is MP3
-
1. That is something you will have to implement yourself. You can do something like window.open('https://codepen.io/box-platform/live/PWPxBm', 'sdfsdf', "width=800,height=600') However you will ha...