The request body must be a multipart/mixed request, where :
Name | Description | Type |
---|---|---|
name [ 1 .. 2000 ] characters | Name of the attachment | String |
Created
Bad Request
Unauthorized
Forbidden
Not Found
Preconditions failed
Internal server error
-----------------------------638445380876140000 Content-Disposition: form-data; name="data" Content-Type: application/json Content-Length: 20 { "name": "text.txt" } -----------------------------638445380876140000 Content-Disposition: form-data; name="file"; filename="text.txt" Content-Transfer-Encoding: binary Content-Type: text/plain Content-Length: 4 My time is now -----------------------------638445380876140000--
Required query parameter is missing
{- "code": "400-112",
- "developerMessage": "Required query parameter(s) is missing. The following parameters are required: <param name>"
}