-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to 'Unshare' a shared link via update. #222
Comments
@jacquesvandermerwe The command |
@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. |
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
The text was updated successfully, but these errors were encountered: