All Products
Search
Document Center

Security Center:UpdateFileUploadLimit

Last Updated:May 22, 2025

Modifies the queries per second (QPS) limit on the files uploaded from the client.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LimitlongYes

The QPS limit on the files uploaded from the client. Valid values: 100 to 10000.

100

Response parameters

ParameterTypeDescriptionExample
object

result

RequestIdstring

The request ID.

09969D2C-4FAD-429E-BFBF-9A60DEF8BF6F

Examples

Sample success responses

JSONformat

{
  "RequestId": "09969D2C-4FAD-429E-BFBF-9A60DEF8BF6F"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-11-25The Error code has changedView Change Details