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

19 results found

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Instructions for installing cli on Linux

    Why don't you at least include some guidance on https://developer.box.com/docs/box-cli regarding where to start if you are using Linux? I have been unable to effectively use my box account since the webdav support ended, and every so often take another stab at it. It would be nice if this page at least pointed to the best resources for installing on Linux, rather than just giving a link to the download pages.

    47 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. My application does not require download permission

    We would like you to provide a way in the developer console to remove the download permission from our application.

    We are worried about leaking access tokens.
    Our application needs Box administrator privileges. Then change the folder name or delete the collaborator.
    However, it does not access the content of files in box.

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    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.

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. API endpoint for status.box.com

    Create an API endpoint that returns information from status.box.com, so that customers can access this information programmatically.

    5 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. sample code broken

    sdk = JWTAuth.fromsettingsfile('boxconfig.json')
    AttributeError: 'NoneType' object has no attribute 'from
    settings_file'

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 3-Legged OAuth - Supported Multiple Redirect URI

    When migrating from environment to environment (Example Dev -> QA -> Staging -> Prod. OldProd -> NewProd), supporting multiple redirect URIs would be very helpful. It would reduce the need to create multiple App in the Dev Console.

    6 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. Add Service Accounts to Managed User list in the Admin Console

    Enterprise admins can see App Users and Managed Users in the User list in the Admin Console, but not Service Accounts.

    2 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)
  12. Added an event trigger for FILE.RENAME and FOLDER.RENAME for V2 webhooks

    This events would trigger v2 webhooks when an item is renamed.

    5 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)
  13. Add ability to make generic API requests to the .NET SDK

    Currently, the Node and Python SDKs allow devs to make their own API calls with a generic "request" method. This is useful when a dev wants to use an endpoint that has not yet been added to the SDKs:

    https://github.com/box/box-node-sdk/#helpers
    https://github.com/box/box-python-sdk#other-requests

    0 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. Request for 'RenameFolder' method in Developer Toolkit

    Easily allow modification to a particular Box Folder name

    0 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. Picker: Show current access settings

    Picker, when used in single select mode does not show current access setting. Requesting access setting to be shown.

    0 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. Picker: Allow to be configured for files only or folders only

    Connections uses picker in different contexts.

    For files: allow only file selection, but still allow nav down folder tree. Remove the 'add file' button.

    For folders: Allow only folder selection, do not show files. Do not show add files or all files button.

    0 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. File Picker: Add file preview pane to file picker widget.

    We are using the file picker widget in a custom app. We are requesting the addition of a preview pane to the file picker widget so our end users can get a preview of files they are potentially adding.

    0 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. Make a Custom Action app available to managed users only

    Create a public app that is available to members of the enterprise only. We would like to create a custom app that allows users to launch a Record Manager app that's tied to the main enterprise record software.

    Currently Box only allows this to be available as a public app, which we do not want to do. We prefer to limit this app to be available to managed users of this EID only.

    0 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. Exempt New Box View service account from the "Restrict Content Creation" setting

    If an enterprise admin has enabled "Restrict Content Creation" for their enterprise (under Admin Console > Enterprise Settings > Content & Sharing), only Admins and Co-Admins are able to create folders and files in the All Files location. This restriction also applies to the service account associated with New Box View apps. This means that if an admin wants to keep "Restrict Content Creation" enabled, they cannot use the New Box View with the same enterprise. The New Box View service account cannot be made a Co-Admin. The "Restrict Content Creation" flag also limits this user from owning any root-level…

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Try using Service Accounts. It’s similar to what New Box View (App Token Apps) offer except that they manage the folders where they upload the content to. You would have to manage how they redistribute the content across different folders in their service account.

  • Don't see your idea?

Feedback and Knowledge Base