Open jacquesvandermerwe opened 3 years ago
@jacquesvandermerwe The command box files:unshare
should be used to unshare i.e. delete a shared-link.
@sujaygarlanka the idea is not to delete the shared link but to remove the expiry date of the existing shared link, hence its an update not a delete
+1
The Box CLI currently has no way to remove the expiration date of a shared link. While this is not a fatal bug, I am having trouble with it as well.
This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.
This issue has been automatically closed due to maximum period of being stale. Thank you for your contribution to Box CLI and feel free to open another PR/issue at any time.
Description of the Issue
We are unable to issue the following command via the CLI in order to remove a shared link expiry date
This however works.
box request https://api.box.com/2.0/files/<file-id> -X PUT --body '{"shared_link": {"unshared_at": null}}'
Steps to Reproduce
Issue commands as above
Expected Behavior
allow the unshared-at to use null as an option
Error Message, Including Stack Trace
Screenshots
Versions Used
Box CLI: 2.8 Operating System: macOS Catalina