# Function description
Receive the callback result of the fragment upload from cloud storage Request
# Request
# Request example
POST upload/callback HTTPS
Host: <host>
Content-Type: application/json
Authorization: <AuthString>
# Request Parameters
Name | Description | Type | Mandatory |
---|---|---|---|
objectId | material id | string | yes |
resourceType | Material type | int | yes |
# Request Body
none
# Response
# Response Header
No special response header
# Response Body
Successful Response Body :
{
"code": 0,
"message": ""
}
The response body of the failed request is
{
"code": <errorCode>,
"message": <errorMessage>,
"data": null
}