Box CLI v3.3.2
released
Box CLI v3.3.1
released
Retention policy API improvements
Retention policy API improvements
Recent changes to the API for retention policies and retention policy assignments allow you to remove retention policy assignments and specify the retention length and type for your policies.
Updates
- Use the new
DELETE
endpoint to remove an existing retention policy assignment:
curl -i -X DELETE -L https://api.box.net/2.0/retention_policy_assignments/123456/
-H 'Authorization: Bearer <ACCESS_TOKEN>'
-
Specify the following parameters when creating or updating retention policies:
retention_length
: Specifies the duration in days that the retention policy will be active for after being assigned to content.retention_type
: Specifies if the policy ismodifiable
ornon-modifiable
. This means you can either modify the retention policy in full or in a limited way depending on the need to comply with specific regulatory requirements.
Developer Resources
Are you interested in creating applications for the Box App Center or becoming a Box Partner? Check out the Box Partner Resources guides for more information!
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.
Box CLI v3.3.0
released
Box CLI v3.3.0
released
New Features and Enhancements
- add editable shared link support (#350) (
ab639e7
) - add file requests API support (#355) (
73f0490
) - add possibility to set custom analytics header (#348) (
5a3387f
) - support --copy-instance-on-item-copy flag for update metadata template (#357) (
5d8272a
) - support Client Credentials Grant as authentication method (#335) (
4649d8a
)
New Box Sign webhook triggers
New Box Sign webhook triggers
The Webhook Event Triggers now include the following Box Sign events you can use to trigger a version 2 webhook:
SIGN_REQUEST.COMPLETED
SIGN_REQUEST.DECLINED
SIGN_REQUEST.EXPIRED
For details on creating webhooks read this guide.
Developer Resources
Are you interested in creating applications for the Box App Center or becoming a Box Partner? Check out the Box Partner Resources guides for more information!
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.
Updated Cross-Origin Resource Sharing (CORS) documentation
Updated Cross-Origin Resource Sharing (CORS) documentation
We updated the documentation on Cross-Origin Resource Sharing (CORS).
Updates
Added information on what to do in case of the Access-Control-Allow-Origin
header issues.
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum.