Duke-GCB / Duke-GCB/DukeDSClient
Fix 400 error when running check command
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
A new 400 error started occurring when running the check command for a problematic project:
```
ddsc.core.ddsapi.DataServiceError: Error 400 on /projects/.../files
Reason:The specified multipart upload does not exist. The upload ID might be invalid,
or the multipart upload might have been aborted or completed.
```
The check command should consider this project in an invalid state and attempt to find the problematic file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.