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.
260 results found
-
Add support for bulkified retrieval of box folder ids
toolkit.getFolderIdByRecordId needs to be bulkified. Otherwise the method is very vulnerable to Salesforce governor limits.
3 votes -
Doc feedback
The layout and the padding feels weird. This applies to both the navbar as well as the content.
1 vote -
Format Event Stream Event Types on Box.dev
On box.dev, please format the available event types for the event stream in a more readable format. Descriptions for the event would also be helpful.
1 vote -
Open Box Notes API for logging
The idea here is to use a box note as a log which could be updated both by humans and an automated api.
My use case for the api would basically be "append a line" to the box note.
3 votes -
Possible to unlock by just id of the lock object
Locks may have been destroyed by others.
In the current, just before releasing the lock, the owner of the lock needs to confirm that the owner is himself, so it is useless.
If we can release this from the object returned at locked, we can write logic more smartly.1 vote -
API technical and display name
In metadata template designer: As in the API technical and display name are saved, at least the display name has to be changeable while the technical name has to be presented as a valuable information.
2 votes -
API to sync folders for users.
If we could sync folders directly through our internal web app it would cut several steps out of user workflows. I would love to put a sync slider next to the job line so they could sync directly from this screen.
Specifically, I am talking about leveraging the tools via APIs. So having an API we could leverage to sync folders down for users.
4 votesThis request cannot practically be implemented as an API. A client needs to control the state of local items on an endpoint such as a user’s computer, much like the Box Drive or Box Mobile clients do today. The only planned supported means for such synchronization capabilities are the Box Drive and Mobile clients.
-
Clearer token scope documentation
Can you specify that the item_share scope for downscoping tokens is for shared links and not collaboration?
1 vote -
"Scopes enabled by request" in the app authorization page
Would like the "scopes enabled by request" (https://developer.box.com/docs/scopes#section-scopes-enabled-by-request) which have been enabled on their app to be listed in the app authorization or in the configuration page for their app in the dev console.
2 votes -
Ability to Initiate Custom CLI Scripts from Admin Console
Admin/Co-Admin Only Function.
For co-admins -This could be added as an optional setup parameter. Scope would be user administration and custom reporting. A user defined menu to initiate "batch job " . The script selection display could include script name, description and the ability to link to a documentation folder in box.1 vote -
New field that indicates whether that specific folder has any collaborations of its own, i.e. not inherited from a parent
We have a big problem on our hands when it comes to obtaining all of the collaborations a user created inviting others to their content. There simply is no quick way of doing this, especially on users having massive folders. We discovered that the GET action on the /Folders endpoint has an available request field called “hascollaborations” which indicates whether the folder has any collaborations. I really hoped we could leverage this to cut down on the unnecessary calls to the /Folders/{folderId}/collaborations endpoint if the folder being iterated over had no collaborations, but unfortunately it returns “true” even if…
1 vote -
iOS SDK
'Mark for offline' capability in SDK. Either read-only or edit-sync is a critical requirement for field worker use cases.
With current SDK developers need to build this which is expensive and risky.
1 vote -
ReadOnly Downloads
Allow files to be downloaded via the API when the only Application scope checked is "Read all files and folders stored in Box". Preferably as well users should be able to go into the list of apps authorized to access their files and enforce readOnly access as well.
It is a completely unnecessary liability for apps that only need to download files, and an unnecessary security risk for a User/Organization's data.
2 votes -
Add FolderID in error messaging when attempting to create a folder of the same name in the same path through API
Receive the folderID for an already created folder when attempting to create a folder of the same name in the same path through API.
2 votes -
Start accepting an array of strings as 'aud'
Hi. I'm trying to use jwt authentication with box. I'm new to JWT. The library I'm using seems to send the 'aud' value as an array of strings, and looking at the specification for JWT, that's what it's supposed to send. This doesn't work with box though, box only allows a single string as 'aud'.
1 vote -
Enhance API for group membership search
Current implementation of user group membership search is very inefficient.
both
api.box.com/2.0/groups/GROUPID/memberships
and
api.box.com/2.0/users/USERID/membershipsRight now we have to search for membershipId for given groupId and userId .
Our customers have thousands of groups and users.Ideally we should fetch membership info like
GET api.box.com/2.0/group_memberships?groupId=<id>&userId=<id>5 votes -
API to provide last access date in addition to modify date
In file/folder get info API, the last access date of the file and folder should be provided (in addition to the modify date)
5 votes -
Could add "item_execute_integration" to scopes page.
could add "itemexecuteintegration" to https://developer.box.com/docs/scopes#section-application-scopes ?
I think the developer gets angry or confuse.
1 vote -
Make license type info available via API
We'd like to get the license type info (free or paid) when getting the below log by API.
- eventtype:COLLABORATIONINVITE
- event_type:SHARE
Account Type: Unmanaged User / Managed User, etc
User TypeL Lite (10GB) / Enterprise (Yearly), etc3 votesThis is not currently planned as there is unclear purpose and implementing it may expose sensitive information.
-
Add Custom URL for shared link via API
Please add support to set custom url when setting up a shared link via API.
We would like to have this feature to automate our operation when new contents have been added to Box.
2 votes
- Don't see your idea?