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

205 results found

  1. Application exemptions from Anomalous Downloads rule

    When configuring Box Shield rules, the anomalous downloads rule seems to be missing the option to exclude application names. I would like to exclude a specific application from the anomalous downloads detection rule.

    1 vote

    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

    existing feature  ·  0 comments  ·  Shield  ·  Admin →
  2. Toggle the Activity bar or Side by Side off and On when using an IPAD.

    This is regarding the newest version of the IOS APP on an IPAD . When a user is using their IPAD as a laptop or in Landscape mode, the default is to have the Side by Side on. This shows a Blank Activities Pane. It would be great to only show the activities Pane if there are any notes. However the user should have the ability to toggle the bar, and regain the screen real estate.

    1 vote

    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

    existing feature  ·  0 comments  ·  Mobile  ·  Admin →
  3. Box for Slack

    When sharing a file with Box for Slack, a pop "Do you want to share it?"

    Some files do not want to be easily collaborated. Therefore, not only "Do you want to share?" But also "Share" and "Do not share" should be selected.

    With choices, you don't accidentally collaborate on important files easily.

    1 vote

    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

  4. To be able to upload different types of files

    To be able to upload different file types in Box Notes such as pdf, word, excel, etc. Currently we can only upload images.

    1 vote

    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

    0 comments  ·  Box Notes  ·  Admin →

    Today, you can easily add previews of your desired file types (pdf, word, video, etc) by using the Embed button in the tool bar, or by selecting “Include Preview” when pasting a shared link in the Box Note.

  5. Allow multiple OAuth Reply URLs

    Currently, an application can only be defined with a single OAuth Reply URL. This is very restrictive for applications where multiple authentication endpoints are required.

    The workaround is to define multiple applications, but this doesn't scale well.

    In my experience, all other OAuth providers I've used allow for many URLs to be defined within a single application.

    1 vote

    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

  6. Embed file widget to have the same functionalities as Embed folder widget

    Would like the Embed file widget to have the same functionalities as Embed folder widget.
    ie the ability to open and edit the file.

    1 vote

    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

    existing feature  ·  0 comments  ·  Web App  ·  Admin →
  7. 1 vote

    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

    0 comments  ·  Mobile  ·  Admin →
  8. I HAVE JUST SPENT HALF AN HOUR TO FIND THE BOX DRIVE TO DOWNLOAD AND ALL I DID FIND IS ARTICLES OF HELP BUT THE ACTUAL LINK TO THE DOWNLOAAN

    MAKE IT POSSIBLE FOR USERS TO LOCATE THE DRIVE AND DOWNLOAD IT I HAVE SPENT A HALF HOUR AND STILL HAVE NOT FOUND THE BOX DRIVE DOWNLOAD PLACE IN THE WEBSITE WHICH ONLY OFFERS ME ARTICLES ABOUT IT BUT NOT THE WAY TO DOWNLOAD IT

    1 vote

    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

    0 comments  ·  Box Drive  ·  Admin →
  9. Allow users to test pre-release builds of the Box for EMM app

    Allow users to test pre-release builds of the Box for EMM app, similar to how users are allowed to test pre-release builds of Box for iOS via Testflight.

    1 vote

    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

    0 comments  ·  Mobile  ·  Admin →
  10. Be able to write definition in multiple language (ex.ENG/JP) on "classification" definition field.

    Function request regarding the Definition field of "Classification"
    Would like to enter a description with each language in the "Classification Definition" column.
    Even if English / Japanese can be written together in the current definition column, currently, each lines breaks are not possible. hope to make it possible.

    However, it is in trouble because a line break cannot be made each.

    1 vote

    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

    existing feature  ·  0 comments  ·  Shield  ·  Admin →
  11. Allow users the ability to make content (mostly video) available offline on the mobile app while also not allowing download permissions acro

    Allow users the ability to make content (mostly video) available offline on the mobile app while also not allowing download permissions across the browser, Drive, etc. Something similar to Netflix, which allows shows to be viewable offline on the app with no downloading on other devices.

    The reason for the use case is that executives will review confidential trailers on their phone/tablet. They need the ability to review the content even if the internet is spotty. But we need to restrict the ability to download a copy to prevent exfiltration of sensitive content.

    1 vote

    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

    existing feature  ·  0 comments  ·  Mobile  ·  Admin →
  12. Add Attributes for Shared-links when using CLI

    Currently, there is only the command shared-links:get. There are no attributes exposed when trying to access data from Powershell. However the attributes are available in the API specification.

    1 vote

    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

  13. Add naming flow when relay creates a folder or file

    When relay creates a folder or file, we want relay to guide user to name the folder or file as a flow.

    1 vote

    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

    0 comments  ·  Workflow  ·  Admin →
  14. Able to get Box user ID by querying the username

    Hi, currently in order to find a box user id for ONE user, we need to use
    https://developer.box.com/reference#get-all-users-in-an-enterprise
    to get ALL users and then filter for the specific user.

    If would be nice if we can simply query a user's box user id by the username.

    1 vote

    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

    There is an optional parameter called `filter_term` which can be used to retrieve a user on the basis of the name or login. See link below and a snippet from the dev docs.
    https://developer.box.com/reference/get-users/#param-filter_term

    `filter_term`
    Limits the results to only users who’s name or login start with the search term.

    For externally managed users, the search term needs to completely match the in order to find the user, and it will only return one user at a time.

  15. Ability to set a legal hold on multiple users in one operation

    would like to be able to set a legal hold on multiple users (400 users) in one operation. The reason behind why is that “it would be a huge time saver for organizations that have lots of users to be able to add them all to a legal hold or other governance policy at once rather than one at a time. If there were a master distribution group such as “all users” that could be used instead of having to start typing each user’s name one by one that would do the trick.”

    1 vote

    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

  16. Getting the default avatar image of WebApp via API

    I use Box Platform and WebApp for hybrid. However, if the avatar is not set, the API can not acquire a image.
    I want to get the default image displayed by WebAPP via API
    In order to use Box Platform and WebApp seamlessly, it is essential to be able to obtain a default image.

    1 vote

    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

  17. Ability to mirror documents in other root folders

    Our organization utilizes the collaboration with external users to give them access to view one specific folder relative to their client account. We do not want these users to have access to our main folder that houses the original documents for their client account, but rather only this one specific folder that has a copy of selected documents relative to their positions on the Board. Right now, we have to manually upload or delete new documents to both folders. If there is a change to our original document, we have to manually upload the new version to the copy folder…

    1 vote

    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

    1 comment  ·  Workflow  ·  Admin →

    Hello, if we understand your request correctly, you could use the bookmark feature to bookmark a link to specific files so the Board will always be routed to the up-to-date version of the original document but not be able to view the rest of the items in the main folder.

  18. Clarification of SDK Authentication

    It would be really nice if there was a good clean copy of the authentication methods script. The pieces and parts don't work and it is hard to figure out why. Example... Trying to authenticate with OAuth2 you can't get it to work with the examples and then jumping over to upload files doesn't jive. Aside from the Dev Token method, I can't get anything to work. HOW DO I AUTHENTICATE WITH OAUTH2?

    1 vote

    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

  19. Remove Open with Office Online Option

    We would like the ability to remove the option for opening documents in Office Online (ex: Microsoft Excel Online: Open this file in your browser). We are not O365 customers and people are often confused since the option to open in the native desktop Office app looks practically the same.

    1 vote

    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

    0 comments  ·  Web App  ·  Admin →
  20. 1 vote

    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

    1 comment  ·  Web App  ·  Admin →
  • Don't see your idea?

Feedback and Knowledge Base