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. Make API verbiage more inclusive via the list of optional replacements provided.

    Make API verbiage more inclusive via the list of optional replacements provided.

    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. Copy/Create File Request via Salesforce API

    I would like to be able to create a new file request URL via the Salesforce API. I can create a new folder associated to a new record, but I would like to be able to automatically create a File Request URL for the new folder that was created for the new record.

    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)
  3. Export and Import Admin Console Configuration via API

    Provide the capability via API to export Admin Console configuration as JSON and also import as JSON so that its possible to automate the deployment of configuration changes.

    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)
  4. Provide a Datastore to store Developer App Variables and Configuration

    Following the same pattern as Slack's Platform 2.0 Datastore support:
    https://api.slack.com/automation/datastores

    This would remove one barrier to entry for managing app-specific data for Developers.

    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. Automatically enable the Dev Console in a new Developer Sandbox

    When creating a new Developer Sandbox at https://app.box.com/master/sandboxes, it would be helpful to see the "Dev Console" button at the bottom left of the Box dashboard when logging in as the Primary Admin of the sandbox. You can access the Dev Console by navigating directly to https://app.box.com/developers/console, or by clicking a button in the invitation email, but if that button is overlooked, it can be confusing to figure out how to navigate there.

    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)
  6. Extend Developer Token for Apps that Integrate with Box.com, the Current Toke has a Limit 2 Months

    Please add a new feature that allows us to change the expiration date of the Developer Token for apps that integrate with Box.com.

    We are currently using Splunk to collect logs from Box.com, but the token expires every 60 days, which is a ridicules short amount of time, and there is no option to extent it to a 365 days or 6 months, if we like.

    Please add this option, it is a pain to have to renew the token every 60 days. I have projects and other things that I need to work on, I should have to be…

    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. Rollup secret for OAuth2 with client credentials.

    Please provide a way to update client_secret without any custom app service impact.
    With the current interface, issuing a new secret invalidates the previous one.
    Periodic updating of secret is a security best practice, but this is not possible with client credentials.

    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)
  8. Ability to extend API to query all collections

    Hello dear Box Developers / Product Managers,

    i'm Leon from CI HUB (ci-hub.com). A box Customer (Nina Stenzler) also uses the box CI HUB Integraiton and wondered why she can't view her box collections there. I was so sad that we cannot query them via your API (currently only favorites). Could you please extend your API here, so we can query all collections? That would be soooo nice for us and our customers :)

    This is the corresponding Endpoint which needs to be extended: https://developer.box.com/reference/get-collections/

    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)
  9. Increase the maximum message size in Update task API to more than 250 chars

    Calls to the Box Task API with a message size greater than 255 chars throw an error a statusCode 500 error.

    The relatively small maximum for message size limits the utility of the API and is not in line with the Box UI that allows a very large message to be input.

    API Call details:

    url: https://api.box.com/2.0/tasks/task_id
    method: PUT
    data: "{message: <greater than 255 characters>"}

    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. Bookmarks for UI Elements

    We are building a custom platform off of Box UI Elements and one feature we'd like to see if the ability to bookmark files/folders from other folder locations. This would allow our users to be linked to the same file but not multiple versions of it stored in different locations.

    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)
  11. Fetch Folder items present inside a particular folder before or after a specific date range

    I have hit a dead end as I was trying to fetch files for a specific folder after a specific date.

    Below is the API call which i had made with a developer token:

    https://api.box.com/2.0/search?query=Autotest&ancestor_folder_ids=190051656573&fields=id,name&type=file&updated_at_range=2021-05-15T13:35:01-07:00,2023-01-20T13:35:01-07:00

    As it is seen, Folder Id, Folder Name is given with a specific date range but in response 0 items are returned but there are files present which lie in that date range which is: updatedatrange=2021-05-15T13:35:01-07:00,2023-01-20T13:35:01-07:00

    how can i achieve my GOAL to Fetch particular Folder items (for type=file) after a specific date of a particular Folder.

    I think there should be an…

    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)
  12. Need APIs for auto deletion of files and folders.

    Need APIs for marking files and folders for auto deletion in future date. This feature is on the portal, but provided as an API.

    Box can add this as an attribute to the file upload or folder creation API. Or a separate folder/file attribute API, so the date can be changed, if required later after its creation.

    We are automating activities on Box.com using RPA, the APIs are faster and reusable compared to the UI automation.

    Box should introduce APIs for basic features such as this one, so these can be done at the backend and it is more optimized…

    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)
  13. Change Login Without Confirmation

    We should be able to use the API/CLI to change a user's login to a new unconfirmed email without requiring their confirmation. This would mirror the behavior available though the Box Admin Console web page.

    With the usage of SSO it is critical that the SSO Provider user email address and the Box login address remain the same. It is currently possible to use the API/CLI to add a new alias, have the user confirm it, and set that as the Box login ID. I feel it would be best to avoid the confirmation step.

    This way we could automate…

    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)
  14. Add Shield to BoxCLI

    Please consider adding Box Shield functions to the Box CLI for more streamlined scripting and automation without the need for more robust 3rd party integrations.

    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)
  15. Spell Checker and Global File and Folder renaming Tool

    Box needs file and folder name spelling checking with auto suggestion like any spell checker.
    Further the ability to find and replace incorrectly named files and folders in folders and sub folders across an entities instance of Box at admin 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)
  16. Need All User Events stream API like admin_logs_streaming

    Currently Box has an API for collecting individual user events, but there is no API for collecting administrative user events for an entire tenant at once.
    This makes it difficult to develop an application that collects all tenant user events in one place and then links them to other services, such as internal system notifications or Box-slack DM.

    It would be a great improvement if there was an API to collect user events equivalent to adminlogsstreaming.

    As for user notifications, it seems that email and Zapier have been used to achieve this, but each of these is becoming…

    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)
  17. Need API to download files from Trashed folders

    As of now we can able to download files from Trash, but when we try to download files from the folder that is trashed by user under legalhold, we can't do it. This is a gap in edisocvery process. Can you please publish the API endpoint to download the files from trashed folders as well? We can't tamper the user data.

    Same kind of request available in these 2 places well.
    https://support.box.com/hc/en-us/community/posts/4406335563667-API-get-files-from-trashed-folder?input_string=Need%20API%20to%20download%20files%20from%20Trashed%20folders

    https://support.box.com/hc/en-us/community/posts/5698773522707-Download-files-in-trashed-directory-using-API?input_string=Need%20API%20to%20download%20files%20from%20Trashed%20folders

    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)
  18. File Conflicts in Zip Download, provide our own file names to avoid conflicts

    File Conflicts in Zip Download, provide our own file names to avoid conflicts.

    For the Create Zip Download API call, there's an issue with files with name conflicts being renamed randomly. Instead, could we provide our own file name for the file name conflicts? https://developer.box.com/reference/post-zip-downloads/#request-example

    Example:

    Folder A / Tacos.jpg
    Folder B / Tacos.jpg

    Result (assuming we provide our own file names):

    1st filename = Folder A - Tacos.jpg
    2nd filename = Folder B - Tacos.jpg

    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)
  19. Gmail integration

    Hello,
    I am hoping that the Box interface with Gmail will be improved to the level that the interface is with Microsoft Outlook. Outlook can link to multiple files simultaneously, can link to folders, and leaves off with the last searched item. Working within Gmail has slowed down our process with Box significantly. So much so that I choose not to use the interface but grab the link directly from Box. Please advise when this can be updated/improved. Thanks!

    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)
  20. Multiple-Use Refresh Token

    The single-use refresh token for authentication has made integrating our web app with Box far more complicated than for other file-sharing platforms. A way for approved developers to obtain a multiple-use refresh token would be of great value.

    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)
1 2 5 7 9 12 13
  • Don't see your idea?

Feedback and Knowledge Base