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.
252 results found
-
Make source.parent.name to include all of path
source.parent.name show just folder name.
For example, if the collaborator folder is A and it lcates “All files/A”. the customer get api.box.com/2.0/events?streamtype=adminlo..,
source/parent/name just show A. This behavior make the user not to find the folder easily.
It should be shown “All files/A”2 votes -
New event type for modification of upload-email properties
A new event type for modification of upload-email properties, such as access type (in addition to the existing enable/disable events for upload email functionality)
1 vote -
Improve CORS whitelist wildcard support
I would love to be able to use wildcards in CORS with a little more specificity. In particular, for review apps on Heroku, you will have a url that is auto-generated for each pull request, so something like http://my-app-dev-pr-523.herokuapp.com. I would like to be able to add http://my-app-dev-pr*.herokuapp.com to the CORS list but it currently flags that is an improper URL so I have to do the much more broad (less secure) http://*.herokuapp.com
1 voteThis is not currently planned
-
Folder upload endpoint for API
The ability to copy a folder from a local machine and upload it via the API
1 vote -
Rollback option when db crash
After creating folder or uploading files into box there will be chance of occuring backend database crash or lose connection between datasource . In this case we should roll back our transaction(like revert folder creation or file upload).
1 voteMany actions in both are idemptotent and can be safely retried. For those which are not, it is the responsibility of a client to implement transaction guarantees if required. There are common patterns for this such as the two-phase commit and SAGA pattern. If there is more information for a specific capability that is required to faciliate these, please add that to the comments.
-
Expose ability to restore versions of files via API
It would be beneficial to expose this information via API when interacting with file versions to enable this for App Users via a portal
1 vote -
Pull list of all collaborators with a certain user_type at a folder level
Currently, you can only search by user_type at the enterprise level as documented here: https://developer.box.com/v2.0/reference#get-all-users-in-an-enterprise
It would be helpful to be able to do this at a folder level as well.
2 votes -
Surface either EID or user_type when requesting collaboration object
Currently, requesting a collaborationobject does not surface either EID or usertype. (as seen in https://developer.box.com/v2.0/reference#get-collabs)
2 votesThis request is not currently on our roadmap but we’ll update this request if that changes. In the mean time, you can use a subsequent request to get the user information and specify the enterprise in the `fields` query string parameter.
-
1 vote
-
Source Type and Source Id Filters for Events Stream API
In order to filter events for specific files in a scalable way, you need to persist the data to a 3rd-party data store. If you're able to filter by specific files/folders by id, you can access the full history of a given file and create a view based on those results which is extremely common in many content platforms.
1 vote -
Allow external conversion engines for proprietary formats
We receive various proprietary formats that can only be converted by the original manufacturers. We want the platform to configure external conversion providers which would then be able to convert the formats to neutral Box formats such as PDF or MP4. This will create new integration opportunities for providers such as Autodesk, Adobe, CCTV providers.
3 votes -
Read only metadata templates or values
The ability to set metadata on files and have it be read-only (aka not editable by end users).
4 votes -
Add email information to COLLABORATION_INVITE event
"COLLABORATIONINVITE" event should include "user email" information.
We understand "userid" is unique attribute within Box to specify the user and user.id
is included with "COLLABORATION_INVITE" attribute.
It would be better if this also captured user email information.1 vote -
Support deleting the current version
Currently there is no way to delete the current version or head of the version history. The only way to achieve the same effect is to promote a previous version and delete what was once the current version.
3 votes -
Watermarked PDFs currently output at large sizes when embedded
Embedding watermarked PDFs currently come out at larger sizes than when embedding regular PDFs from Box. Would be nice for the user to be able to configure it the size it outputs at.
1 vote -
Preview of multi page illustrator file only shows the very first page
Currently, Box Preview for illustrator files only shows the very first page even the file contains multiple pages.
4 votes -
I am interested in being able to specify more than one redirect URI when configuring a standard auth app. They
Specifically, is this possible using regex?
1 vote -
Enablement Governance APIs for free developer accounts
Currently, governance APIs are not enabled in the free developer accounts. This removes the ability to perform local unit testing and developers must perform unit testing in another environment. Since accounts are developer sandboxes, there is less risk in testing with pseudo-permanent APIs such as Retention Policies.
1 vote -
Box Platform Performance in EMEA suffering
We'remer using Box to replace existing ECM system. Transaction, after code optimisation takes 11 seconds when using caches and 20+ when no caches are used. Due to the time taken to perform transaction that future use cases are under threat and the performance volumes required cannot be met with current performance metrics.
1 vote -
Enable remote uploads with Box API
Allow remote uploads with our upload API. OneDrive and Dropbox allow this method.
Dropbox: https://www.dropbox.com/developers-v1/core/docs#save-url
OneDrive: https://docs.microsoft.com/en-us/OneDrive/developer/rest-api/api/driveitem_upload_urlWe would like to upload files from external services directly and do not want to download the file to the client. Being able to upload files directly from external services will avoid deduplication of files.
4 votes
- Don't see your idea?