Help shape the future of Box
Welcome to Box Pulse, our product feedback tool powered by UserVoice. Got an idea for how to improve Box? Share it with us and gather support or vote on other people's ideas. Your feedback is essential to informing roadmap decisions and shaping the future of our products. Thanks for joining our community!
See user guide here.
255 results found
-
Long live server side auth master access token
A server side authentication token that is long lived and provides access to all endpoints, not just read and write like JWT auth. I have posted a support ticket here describing my needs: https://support.box.com/hc/en-us/community/posts/1500000258202-Server-Side-Authentication-Scopes
1 vote -
Ability to update files by pathname
Instead of having to provide a fileId to perform an action on any given file, it would be nice to be able to pass a pathname as an alternative option
1 vote -
Box UI Content Explorer and Content Picker: Support Download ZIP Natively through top-level Element options
Box's REST API now supports ZIP downloads via the external API in addition to the internal managed web app. It has been a common ask to provide native support for this endpoint in the Box UI Elements - Content Explorer & Content Picker UI Elements through exposing the feature as a top-level option/property when rendering the UI Elements.
5 votes -
Need to send message with collaborator invite by using java SDK or any rest point
We have to automate the process where I need a code to send an optional message along with a collaborator invite. With Box Ui we can send optional message along with collaborator invite but I didn't find any method in BOX SDK .
2 votes -
We need Box enablement to all the App user to "see" the refreshes of documents periodically
We want app user functionality to crawl a given Box folder and refresh every 24 hrs so we always have the latest document ingested into Watson Discovery.
1 vote -
Improve wording on Box Edit confirmation prompt
Improve wording on Box Edit confirmation prompt
When a file is opened with Box Edit from UI elements, we display a confirmation prompt that asks user to proceed or not (this is UI elements only and not displayed when opening file from webapp). Currently, the prompt lets you choose approve/reject, but we want this text changed to OK/cancel (just like other Windows apps).
2 votes -
Set enterprise settings via api
We have an open risk item on the Box platform due to lack of controls on change management.
Specifically:
Box console settings must be manually performed across dev, test and production environments.
Lack of automated mechanisms to maintain consistency with the settings across the environments may allow weaknesses in lower environments (dev/test) to be exploited to exfiltrate data or modify data or inconsistencies between functionality tested in lower environments and what is configured in prod.
We would like the ability to be able to configure the settings via API so we can build environment management into out CICD pipeline. We…5 votes -
Location of Open with message using UI Elements
Change the location where appearing warning message on Box Edit when opening with "UI Elements Open with"
Would like Box Edit to appear warning message on the monitor where is located browser that users try to open with it
Currently the warning message appears in primary monitor but this would be inconvenient if they try to open with it on browser in secondly monitor.3 votes -
Provide php SDK
It would be good to see php support for the Box SDK.
2 votes -
1 vote
-
Update API to retrieve comments associated with items in Trash
Update API to retrieve comments associated with items in Trash
1 vote -
See co-admin roles via API
We would like to be able to see a list of all co-admins and their permissions via the API.
3 votes -
Granular control of API calls within UI elements
Mitie use Box platform to surface payslips to their employees. For this they use a Box UI element. As they analyse their API consumption they feel that the UI elements are using a lot of API calls - more than planned for and they are worried this will impact the price of their engagement come renewal. One thing in particular they have noticed is that when a user previews a document, the UI elements pre-fetches what looks like the next five documents, presumably for performance reasons. Since their users only every preview one document (the current months payslip) they are…
1 vote -
excel online previewer for Box Platform
We want to user the Excel online previewer for Box Platform as well.
We are able to open excel files with Excel online previewer when we access from Box.com.
However when we open the file from platform, we cannot.10 votes -
Unique delivery of webhooks
We need a unique delivery of webhooks for each file trigger event. Currently, for trigger FILE.UPLOADED we get multiple webhook calls.
1 vote -
Single API call to delete user and transfer folders for that user
Before deleting a user from box system we can transfer the root folder from one user account to
another.
Once the root folder is transferred only then delete API must be triggered.
So in all, the delete operation will have to call two API one to transfer and another to delete.But as the transfer API call will return synchronously.
For users with a large number of files and folders, this means the call could take minutes or hours to return.So the delete operation will be in pending state until we receive the transfer API response.
Does box now…
2 votes -
I want to be able to have the thumbnail urls returned in the metadata search results.
When doing a metadata search, returning the thumbnail url (or the representation template url) with each entry in the results will make it so that multiple API calls to get the thumbnail url for each entry after the search is not required.
1 vote -
2 votes
-
Bulk API support
It would be great if we have a bulk API option. I would like to pass in the list of entity ids(could be files, folders users etc) and get back the results. This will reduce the number of api calls we do to get all the information.
We try to manage client's storage accounts and the main problem is with rate limiting for a large clients.
Implementation can vary, either limit the response size or provide an ack id and developers can poll for the id and get the data back once the api is ready to spit out the…
24 votesThank you for the suggestion. This is an interesting idea but not one we currently have on the roadmap. In the mean time, you can apply techniques such as caching (i.e. fetch what you need once for a session and keep it in local storage) to reduce round-trips, and the use the ?fields query string parameter to request only the minimal set of fields you need, which can reduce API response times.
-
Remove 100 "to_user_ids" limit of WebhookV1.
With webhook V1, we have the upper bound of 100 users in "touserids" field for each notification, so when a webhook has too many recipients (that is, more than 100 users are to be set in "touserids" field), we send multiple webhook notification for a single event so "touserids" is kept within 100 users for each notification.
For e.g. if an upload event was to trigger notification to 1000 recipients, we send 10 webhook notifications to the notification url with 100 users embedded in "touserids" field of each notification.
This causes duplicate…
2 votes
- Don't see your idea?