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.
258 results found
-
event stream api
Within the Event stream API, have the ability to filter events by folder ID in the “Get Enterprise Events” API call.
In addition, add missing data in Response certain event types such as:
- Folder delete doesn't give file path
- Copy gives item id of source but not name or link
- Rename doesn't give source file path
8 votes -
Custom Access Token TTL
Allow access token duration to be customized. Customer's security team require tokens to have a 15 min lifespan.
5 votes -
Check the number of API calls from the developer console of the user who executed the App
Platform report could be used to confirm API calls. But it requires authorities to export.
Display the number of API calls in use for each app in the developer console to check if the number of API calls exceeds the limit.
14 votes -
Include the contents of hit locations in Search API response like search result in the Web UI
Include the contents of hit locations in Search API response like search result in the Web UI
2 votes -
Support for the vtt mime type
Would it be possible to support the vtt mime type? This is necessary in order to be able to add "tracks" (i.e. subtitles/captions) to videos.
WebVTT files have a MIME type of text/vtt
See https://stackoverflow.com/questions/15268604/html5-track-captions-not-showing
1 vote -
Support for fetching and modifying co-admin permissions.
Support for fetching and modifying co-admin permissions.
Currently, Box allows users to retrieve a user’s role as an attribute via the /users/{user_id} endpoint. The possible role values are “user,” “admin,” and “coadmin.” While permissions for the “user” role can be accessed through this endpoint, the permissions and privileges associated with the “coadmin” role cannot be retrieved or modified through the API. This functionality is, however, accessible through the admin console user interface.
https://support.box.com/hc/en-us/articles/360044194393-Granting-And-Modifying-Co-Admin-Permissions1 vote -
Display the user which last authorized a Box Custom App
Display the Admin's email who authorized a custom app on the Platform Apps Manager page (this currently shows App Name, Last Activity, Developer Email, Authorization Status, Enablement Status) or in the "View App Details" view for a custom app.
As Primary Admins and Co-Admins can change, this would allow users/admins to quickly identifying the users/email who authorized an application. Reducing confusion or the need to run a report, when determining if an app is still needed or can be removed.
1 vote -
box-ui-elements support for React 18
box-ui-elements is currently unusable for versions of React >= 18
14 votes -
Remove Logo on Expiring Embed Link
Hello, we would like the ability to remove the BOX logo when creating an expiring embed link while using the get file information. Just like the embed widget we would like the ability to disable the box logo when embedding an expiring embed link to an iFrame.
It would be a more seamless integration of BOX in the back ground as we are embedding these links into applications1 vote -
Ability to return all files and folders from a specific folder name
Currently , using the Folder API call with 0 for folder_id at the Root Level will return all the files/folders that the user is permissioned for.
GET https://api.box.com/2.0/folders/:0
Request to do the same, but for a specific folder’s scope:
GET https://api.box.com/2.0/folders/SPECIFICFOLDERNAME/:0
1 vote -
Aggregate sandbox API use in Production EID Platform Reporting insights
Help me visualize the Box Platform APIs used across all my managed EIDs. Box should aggregate sandbox usage across all sandbox environments in the parent (production) EID's Platform insights details.
6 votes -
Please make the email addresses of users with pending invitations accessible via the API.
We are automating the invitation process using the API. However, when inviting external users who have not yet created a Box account, they remain in a pending state.
For users who remain pending, we would like to send reminder emails, but the API does not provide email address information for external users when retrieving collaboration information.
As a result, we need to check this information manually through the GUI.
To enhance automation, we request that the email address information of pending collaborations be included in the API response.招待保留中ユーザーのメールアドレスをAPIで取得できるようにしてほしい
APIを使用して招待プロセスを自動化しています。
しかし、まだBoxアカウントを作成していない外部ユーザーを招待した場合、保留中の状態のままになります。
保留中のままのユーザーにはリマインダーメールを送りたいのですが、APIでコラボレーション情報を取得しても外部ユーザーのメールアドレス情報が提供されません。
そのため、この情報を手動でGUIで確認する必要があります。
自動化を強化するために、APIのレスポンスに保留中のコラボレーションのメールアドレス情報を含めていただけるよう要望します。2 votes -
I want to search for folders by tag prefixes.
Could you provide an API endpoint that allows searching for folders by tag prefixes? This would streamline the process by eliminating the need to manually retrieve all folders and filter them based on tags.
1 vote -
Request that multiple file requests not be created when creating a File Request using the API
When creating file requests using the API, multiple file requests can be created independently for one folder.
In order to avoid this phenomenon, I would like an API to be prepared to retrieve the created file request ID from the folder.
Or please provide some other workaround.1 vote -
Removal of Box UI Elements while playing a video stored in Box. Most of the staff uisng Box are unable to use Box API to remove UI elements
Removal of Box UI Elements while playing a video stored in Box. Most of the staff uisng Box are unable to use Box API to remove UI elements
1 vote -
Allow Admin/Co-Admin to access shared link basic info
When using BoxItem.Info itemInfo = BoxItem.getSharedItem(api, sharedLink); to retrieve basic information about a shared link, Box returns a 404 when the admin/co-admin doesn't have specific permissions. However, it's possible to see the basic information when you view a shared link report. We're essentially trying to get the same information as the shared link report is able to pull for all files/folders. Discussion of the suggestion is here:
https://forum.box.com/t/add-ability-to-discover-basic-file-information-from-shared-link/24941 vote -
Support for total_count (Box Metadata Query API)
For the Box search API, return of queried total_count results is documented and supported.
Confirmed total_count is currently not a feature of Box Metadata Query API and anticipating for inclusion of this feature.
9 votes -
Content Explorer Default View Property
Box Content Explorer - allow an attribute to set default view to Grid (Thumbnail) view.
This view option is available on the Embed iframe, but strangely not an option for Content Explorer - means that all of my users need an extra click each time). I cannot trigger a click as Content Explorer is already in an iFrame
1 vote -
Possibility add header from Box file request API
Current User Interface has an option to upload logo in the File Request Upload link. Can we have an option to add logo as well?
1 vote -
(API) Add 'can_change_expiration' to the {file|folder}.permissions
We are publishing a 3rd-party app for Box.
A setting has been added to prevent users from changing the expiration date of shared links.
When this setting is enabled, sending POST of JSON containing 'sharedlink.unsharedat' will return a 400 Bad Request error
Please add a 'canchangeexpiration' value to the permissions attribute of the file/folder object so that the correct POST requests parameter can be specified.1 vote
- Don't see your idea?