Priyajeet
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
Activity overview
Latest activity by Priyajeet-
Priyajeet commented,
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...
-
Priyajeet commented,
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,...
-
Priyajeet commented,
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 ...
-
Priyajeet commented,
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....
-
Priyajeet commented,
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
-
Priyajeet commented,
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) ...
-
Priyajeet commented,
If the token gives access to the parent hierarchy, it should give the entire path collection. You token may not have the required permissions.
-
Priyajeet commented,
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...
-
Priyajeet commented,
Take a look at the representations API https://developer.box.com/v2.0/reference#get-representations One of the reps is MP3
-
Priyajeet commented,
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...