ConradChan
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by ConradChan-
Hi , It seems like the root of the issue is that ContentExplorer does not handle a string access token being changed after mounting. You probably have two options: Render ContentExplorer con...
-
Hi , thanks for using the content uploader! An easy workaround is to apply some css like: .bcu-footer-left > .btn { display: none; } Sample codepen: https://codepen.io/box-platform/pen/...
-
You can check out the open source project here: https://github.com/box/box-content-preview. It includes samples to get you up and running
-
Unfortunately, auto focus is defaulted to true in the underlying box-content-preview SDK and the Box embed widget doesn't seem to allow a way to specify preview options. Would using the underlyi...
-
Have you tried adding your domain to the list of CORS domains configured for your app? If you go to https://cloud.app.box.com/developers/console/app//configuration you should see the CORS domain...