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

9241 results found

  1. Singapore Zones

    We would like to have Singapore Zones as a main storage country.
    Currently you can select Singapore as a back up of Japan but not as a main country.
    We would need this to implement Box to South East Asian countries.

    4 votes
    How important is this to you?
  2. To terminate a document management system and manage documents only with Box.

    Currently, version control is possible only on a single file basis.

    For document management, version control is necessary to manage mulitple files as a single content.

    (in Japanese)
    【文書管理システムを廃止してBoxのみで文書管理する】

    現在バージョン管理はファイルごとでしかできません。
    複数のファイルを一つのコンテンツとして管理できるバージョン管理が必要です。

    17 votes
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  3. Want to be able to specify the number of times each user uses BoxAI

    Want to be able to specify the number of times each user uses BoxAI

    Box AI can currently limit the number of users who use it, but it is not possible to limit the number of times it can be used.
    This is very inconvenient. I would like to be able to specify users who can only use Box AI up to 20 times, or specify users who can use Box AI more than 20 times.

    BoxAIのユーザーごとの利用回数を指定できるようにしたい

    Box AIは、現状利用するユーザーを制限することはできますが、利用回数を制限することが出来ません。
    これは非常に不便です。20回までしかBox AIを利用出来ないユーザーを指定、または20回以上利用出来るユーザーを指定出来るようにしたいです。

    43 votes
    researching  ·  0 comments  ·  Box AI  ·  Admin →
    How important is this to you?
  4. Management Settings for Video Watermark

    Management Settings for Video Watermark

    Minimum and Default Value Control Functionality:The customization options for watermarks allow users too much freedom. If users prioritize visibility and make the watermark too small or position it in a corner, there is a risk that the effectiveness of deterring copying may diminish.

    Administrator Controls:It would be excellent if there were controls to ensure that users cannot set values below a minimum level defined by administrators. Specifically, users should not be able to go below the default values set by administrators.

    Examples of Control Parameters:

    Minimum transparency level of the watermark

    Number of watermarks

    Position…

    2 votes
    0 comments  ·  Web App  ·  Admin →
    How important is this to you?
  5. Suppression Function for Drag-and-Drop Movement Operations

    Suppression Function for Drag-and-Drop Movement Operations - Pulse Request

    There are incidents where editor users accidentally move folders to other folders at the same level due to operational mistakes.

    Most of these mistakes are not intentional; they often occur when using a pen tool on smart devices, trackpads on laptops, or trackballs while handling images.

    When this happens, even though it is within the same tree hierarchy, the operation enters a so-called locked state until completion, meaning that undo operations cannot be accepted. This can have significant impacts on business operations.

    Therefore, if there were a management option that only…

    2 votes
    0 comments  ·  Web App  ·  Admin →
    How important is this to you?
  6. Password protected folders - systems allows setting password not meeting log-in criteria

    When I set shared link with customer, I generate password for him and send it to him so he can access the folder. System allows me to create password which is not accepted by the system when the customer wants to sign in! That is very embarrasing.
    For example today I created shared folder, made a password (long enough, but containg only one number) and sent it to the customer to cooperate. System allowed me to set the password, but when the customer wanted to access the folder, he had to use the password but it was not accepted because…

    2 votes
    0 comments  ·  Web App  ·  Admin →
    How important is this to you?
  7. Better audio functions

    I would like it to hold my spot in an audio file when I flip to other apps and back. When I come back it starts over. It would be especially helpful if I paused for a week, and came back, the audio file I was working with was still holding the place where I left off. Also, would be great to have a 15-second back and 30 30-second forward like podcasts. All of this would make transcribing easier.

    1 vote
    1 comment  ·  Mobile  ·  Admin →
    How important is this to you?
  8. Organize Folders that are shared with me

    I use box drive on Mac and my main finder window is cluttered with folders that have been shared with me and there is no way for me to organize these folders. I have 50 folders that I use maybe once a year in the same spot as a folder that I use every day. Being able to rehome those folders off of the main screen would be a huge plus.

    Currently it feels like a messy desktop that I have no control over.

    4 votes
    0 comments  ·  Box Drive  ·  Admin →
    How important is this to you?
  9. Add # of files to Box Hubs Report

    Box Hubs fails if there are over 10,000 files linked to in the hub. It would be helpful to have a report that could report the total number of files available in a hub to help ensure we stay below this limit and/or if we exceed this limit, we can move content to a different hub and judge the impact of moving specific folders to better balance the load.

    10 votes
    0 comments  ·  Box Hubs  ·  Admin →
    How important is this to you?
  10. Change the Send From Email

    Have the ability to send from another email, so instead of sending a contract from a specific user, i can send from a company email instead. Additionally we have multiple emails we send contracts from so i would like to select which email to send as.

    These are branded so its important its coming from the correct brand.

    8 votes
    1 comment  ·  Box Sign  ·  Admin →
    How important is this to you?
  11. Add an option to check declined reason for Box Sign

    When requesting a signature to a multiple signer in sequence, and the signature is declined, the user who signed in the middle can't see the rejected reason except in the Signing logs.
    Therefore, we'd like to have a different option to check declined reason for requester and signer.
    e.g. Show declined reason at Box Sign's "Sent Requests" or "Shared with Me" screens.

    2 votes
    0 comments  ·  Box Sign  ·  Admin →
    How important is this to you?
  12. Request to change token_type content when obtaining access token with API

    When obtaining an access token for the Box API, the specification returns the value "bearer" with the first "B" in lowercase as the tokentype parameter, but if you set "bearer ${accesstoken}" to the value of the authorization header and execute the Box API, a 400 Bad Request will be returned. If "bearer" is changed to "Bearer", it will be processed correctly.
    I would like the obtained token_type value to be "Bearer", which can be processed normally by Box API.

    Box APIのアクセストークン取得時、tokentypeパラメータとして先頭の"B"が小文字で"bearer"という値が返却される仕様だが、authorizationヘッダーの値に"bearer ${accesstoken}"をセットしてBox APIを実行すると400 Bad Requestとなる。"bearer"を"Bearer"とすると正常に処理される。
    取得されるtoken_typeの値を、Box APIで正常処理できる"Bearer"にしてもらいたい。

    2 votes
    How important is this to you?
  13. File Explorer Search

    Please support searching Box Drive from the Windows File Explorer search bar, or make it easier to get to Box Search from within File Explorer.

    5 votes
    1 comment  ·  Box Drive  ·  Admin →
    How important is this to you?
  14. the ability that allows users to add each image pages of a PDF ducoment in Box Canvas

    we want a feature that allows users to add images of each page of a document in Box Canvas.
    Onenote has a same kind of feature. We are thinking ot switch from OneNote to Box Canvas, so we want to add images of each page and then add comments to those images.
    currently we can not add each page of a PDF including 100 or more pages on Canvas.

    4 votes
    0 comments  ·  Box Canvas  ·  Admin →
    How important is this to you?
  15. I want to change the preview size when embedding the preview into BoxNotes. / BoxNotesへプレビュー埋め込みする際にプレビューサイズの変更を行いたい。

    When I insert a shared link into BoxNotes, the default preview size takes up a lot of vertical space when displayed as a preview, and it gets in the way.

    I would like the ability to resize the preview display, minimize it like the preview display of an external link, or collapse the preview screen.

    (In Japanese)
    BoxNotesに共有リンクを挿入した際、プレビューとして表示にすると既定のプレビューサイズでは、縦サイズを大きく取ってしまい邪魔になります。
    プレビュー表示のサイズを変更したり、外部リンクのプレビュー表示のように最小化したり、プレビュー画面を折りたたむ機能が欲しいです。

    4 votes
    0 comments  ·  Preview  ·  Admin →
    How important is this to you?
  16. Hubs - Option to add subsections to Hub Outline

    Subsections (Blocks within a section): It would be helpful to be able to add shortcuts to subsections in the Hub Outline.

    14 votes
    on roadmap  ·  0 comments  ·  Box Hubs  ·  Admin →
    How important is this to you?
  17. Function to display a list of files that failed to upload when uploading large amounts of content

    In the course of work, there are many opportunities to upload folders or large numbers of files at once.
    Some files may fail to upload, but the Box Web screen does not allow you to extract information about only the files that failed to upload.
    This means that it can be time-consuming to identify files that have failed to upload among a large number of uploaded files.
    Please implement a function to display a list of contents that have failed to upload.
    If it is difficult to display the list on the screen, please implement a function to export the…

    2 votes
    0 comments  ·  Web App  ·  Admin →
    How important is this to you?
  18. Box for Salesforce - Add Field Api Name Support to Box Embed

    Add support to override the default folder Id FRUP mapping and dynamically pass in a folder id using a Field Api Name

    2 votes
    How important is this to you?
  19. Open edit screens of multiple files on Box at once /Box上の複数ファイルの編集画面を一度に開く

    When creating documents, we often have to open multiple documents on Box, and we have to open each one and operate them one by one.
    This method of operation requires a lot of time just to open the editing screen, so we would like to have a function that allows us to preview and open the editing screen for all files at once after selecting them.
    [和訳]
    Box上の資料を複数開いて資料作成をする事が多く、一つ一つ開いて操作をしています。
    この操作の方法だと編集画面まで開くだけでも工数がかかるため、ファイル選択後に一括でファイルのプレビューや編集画面を開ける機能を要望します。

    2 votes
    0 comments  ·  Web App  ·  Admin →
    How important is this to you?
  20. Editting text files online without using Box Edit

    I want to edit text files(.txt files) online without using Box Edit.
    Because when I edit a text file with Box Edit, I have to download it each time, which takes time.
    I think it would be very convenient if I could easily edit text files on Box, just like Box Notes.

    2 votes
    0 comments  ·  Web App  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Help shape the future of Box

Categories

Feedback and Knowledge Base