Package | Description |
---|---|
com.tencentcloudapi.ess.v20201111 | |
com.tencentcloudapi.ess.v20201111.models |
Modifier and Type | Method and Description |
---|---|
UploadFilesResponse |
EssClient.UploadFiles(UploadFilesRequest req)
此接口(UploadFiles)用于文件上传。
适用场景:用于生成pdf资源编号(FileIds)来配合“用PDF创建流程”接口使用,使用场景可详见“用PDF创建流程”接口说明。 其中上传的文件,图片类型(png/jpg/jpeg)大小限制为5M,其他大小限制为60M。 调用时需要设置Domain/接口请求域名为 file.ess.tencent.cn,代码示例: HttpProfile httpProfile = new HttpProfile(); httpProfile.setEndpoint("file.test.ess.tencent.cn"); |
Constructor and Description |
---|
UploadFilesRequest(UploadFilesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.