You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the recipient of a delivery is unresponsive there is currently no way to create a new delivery for a different user. DukeDS requires the previous delivery be canceled first (ie. each project can only have one delivery in pending status).
API to cancel a delivery (project_transfer in DukeDS terminology): https://api.dataservice.duke.edu/apiexplorer#!/project_transfers/putApiV1ProjectTransfersIdCancel
If the recipient of a delivery is unresponsive there is currently no way to create a new delivery for a different user. DukeDS requires the previous delivery be canceled first (ie. each project can only have one delivery in pending status).
API to cancel a delivery (project_transfer in DukeDS terminology): https://api.dataservice.duke.edu/apiexplorer#!/project_transfers/putApiV1ProjectTransfersIdCancel
There is a method that is part of the DukeDSClient api: https://github.com/Duke-GCB/DukeDSClient/blob/40f4ba0e1c125c0e6b282ecd2747c7b53b869a6b/ddsc/core/ddsapi.py#L772
However it is not current used by the client.
The text was updated successfully, but these errors were encountered: