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
copyObject err: oss: service returned error: StatusCode=403, ErrorCode=InvalidObjectState, ErrorMessage="The operation is not valid for the object's state", RequestId=6605418D3D849617A272A1F0, Ec=0016-00000330
if i try immediately , receive err like this
oss: service returned error: StatusCode=409, ErrorCode=RestoreAlreadyInProgress, ErrorMessage="The restore operation is in progress.", RequestId=660541A76AA16F56DBB8031F, Ec=0016-00000701
so what do I do if I need to synchronize and wait to restore a file?
RestoreObject and CopyObject have any error code desc?
The text was updated successfully, but these errors were encountered:
i want to restore file use func RestoreObject on sdk
my code like this
when first run code ,i receive err
copyObject err: oss: service returned error: StatusCode=403, ErrorCode=InvalidObjectState, ErrorMessage="The operation is not valid for the object's state", RequestId=6605418D3D849617A272A1F0, Ec=0016-00000330
oss: service returned error: StatusCode=409, ErrorCode=RestoreAlreadyInProgress, ErrorMessage="The restore operation is in progress.", RequestId=660541A76AA16F56DBB8031F, Ec=0016-00000701
The text was updated successfully, but these errors were encountered: