Skip to content

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.

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

243 results found

  1. Add Linux installer packages for Box CLI

    Testing out the Box CLI and request official Linux support for Ubuntu or RHEL. Would like an easy install via apt-get or Yum.

    101 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Setting Folder Autodelete via API

    The automatic deletion date of a folder can be set from the web screen, but it seems that it cannot be set from the API.

    Could you please provide the ability to set this date from the API?

    We have a process that automatically creates thousands of folders using the API, but since it is not possible to set an automatic deletion date, a large number of past folders will continue to remain.

    43 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Make API rate limits more sophisticated, especially for large enterprises

    When working with a Box Enterprise that has tens of thousands of users, scripts designed to do things like user information syncing, group syncing, or user provisioning/deprovisioning often run into real issues with the Box API rate limits.

    Some calls (e.g. downloading or uploading a file) are clearly significantly more resource-intensive than others (e.g. getting a user’s aliases). The method Google has implemented for the Gmail API (see https://developers.google.com/gmail/api/v1/reference/quota) seems like a really great way to balance the need to protect the back-end systems against the need for increased performance for less-intensive calls. It would be nice if Box…

    33 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thank 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.

  5. Box UI Element Open With - Not Supported

    Issue:
    Box UI Element Open With Capability is not supported

    Customer Story:
    As a customer, I'd like my application users to be able to launch and edit with O365 online directly online.

    Summary:
    Currently many customers would like to allow application users to edit MSFT and Google documents within their custom application.

    15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. File Request ID List by API

    Request to add the ability to obtain all file request ID's currently active as a list via API.

    14 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Ability to get list of annotations through an API

    I would like to use API to get a list of annotations for a file.

    I can use the API to get comments on a file, but not the annotations.

    Could you please implement such an API?

    For example, something like this.

    (e.g.) [GET] https://api.box.com/2.0/files/:file_id/annotations/

    13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Get list of service accounts via API

    Right now the only way to get a list of automation users (service accounts) is via the web UI. The application does not have UI access, and since the users can be provisioned and deleted frequently, we do not want to rely on the manual work.

    13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Request for resolving the problem of retrieving group memberships

    I wish the following problem will be fixed :
    We are able to see the issue when retrieving group membership datas if the group have multiple users having the same name and get membership with multiple offset.
    For example, there are two users having the same name and both of users is a member of the group. If we request all of membership for the group with multiple offset, the endpoint of group may only include one of both, not include another user in the response.

    I have submitted this incident to Box support ticket(#2387523), and received an answer that…

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Box Content Explorer: Resize Column Widths

    Box Content Explorer currently supports dynamically sized columns with the browser window width, but user-resizable columns are needed to accommodate large items' names.

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. File-level Collaboration Webhook

    I'd like to create a file-level webhook so that I can take action when a file's collaboration(s) have changed, but unfortunately there is currently no webhook trigger for collaborations on a file. Please add support for COLLABORATION.* webhook triggers on file objects.

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thanks for the suggestion! We don’t currently plan to add a Webhook event for file-level collaboration events, but if anything changes we will update this suggestion. If you have specific use cases to share, please add them as comments to this suggestion.

  12. Custom notifications using Box API

    Using Box API there is no way to create custom user notifications. It might be helpful to send some information to the customer that some documents have been moved, imported, etc. A user can monitor the folder but this would be a valuable extension for the API for platform developers.

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thanks, this is a great suggestion but not one that is currently on our roadmap. In the mean time, you can consider using Webhooks to get relevant events and make use of a simple transactional email/sms API such as those provided by Twilio/Sendgrid or Amazon SES to send notifications based on those events.

  13. Allow multi-select of files to download from Content Explorer UI element

    Our use case is using Content Explorer to allow users to interact with content in Box. If a user wants to download multiple files via Content Explorer, they either have to download one-by-one, or launch the Content Picker UI element and identify their files again. If Content Explorer supported either multi-select or a checkbox multiple select, users could then download their files with one click.

    Specific business process: when working with insurance claims, adjusters regularly need to find and download several images to share with another insurance company to process the claim. Out of 100+ images in the claims folder,…

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. API for all co-admin setting available in admin console

    Allow admins to update co-admin's settings via API for all of the accesses that are available in Admin with True/False values

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Box API for creating a File Request

    For customers that require several Box File Requests to be created frequently and uniquely in business workflows, there needs to be a method to create them programmatically to properly scale the solution.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Periodic replication of Sandbox environment with Production settings/folder structure

    As we become more complex with usage of Box, we maintain Sandbox environments and are using it to test Governance Policies, integrations, and more.

    Other SaaS providers (e.g., Workday) will push a replication of Configuration Settings (with an option for the customer to not replicate) from the Production to Sandbox environment. This helps keep the two in sync.

    It would also be enormously beneficial if the folder structure and dummy users (not content) could be replicated into the sandbox environment for a better sense of how changes will affect Production.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Available get to 'My Collections' other than favorites via API

    In 3rd-party app, My Collection is a very good idea as a way to provide quick access to users.
    But, it can only take favorites.
    Please let me get 'My Collections' other than favorites.

    https://developer.box.com/reference/get-collections/
    Currently, only the favorites collection is supported.

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Run reports in api

    We would like to be able to run reports through the API. Having the ability to automate running reports would be very helpful for automating processes.

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Allow Enterprise Event API Endpoint to access 7yrs worth of data to match the activity reports provided by the web app

    Enterprise Events API endpoint only allows retrieval of events up to one year back. Activity reports in Box go back 7 yrs. Events contain a lot more useful data than activity reports so the request is to match the retention period between the two so the same amount of data can be collected via the API or web application.

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3 4 5 12 13
  • Don't see your idea?

Feedback and Knowledge Base