box / boxcli

A command line interface for interacting with the Box API.
https://developer.box.com
Apache License 2.0
228 stars 59 forks source link

Unable to 'Unshare' a shared link via update. #222

Open jacquesvandermerwe opened 3 years ago

jacquesvandermerwe commented 3 years ago

Description of the Issue

We are unable to issue the following command via the CLI in order to remove a shared link expiry date

 box files:shared-links:update <file_id> --unshared-at="null"
Cannot parse date format "null"
 box files:shared-links:update <file_id> --unshared-at=null
Cannot parse date format "null"

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

sujaygarlanka commented 3 years ago

@jacquesvandermerwe The command box files:unshare should be used to unshare i.e. delete a shared-link.

jacquesvandermerwe commented 3 years ago

@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

salexkidd commented 2 years ago

+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.

stale[bot] commented 2 years ago

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.

stale[bot] commented 2 years ago

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.