Upload an Independent Software Vendor (ISV) customer agreement by using the ChatApp API operations described in this topic.
Get authentication for file uploads - GetChatappUploadAuthorization
Before you upload the agreement, call this operation to obtain the credentials required to upload files to an Object Storage Service (OSS) server.
Use the returned credentials with the Alibaba Cloud OSS SDK to upload the file.
For more information about OSS, see OSS Developer Guide.
API reference
Get authentication for file uploads
Example
Sample success response (JSON format):
{
"RequestId": "90E63D28-E31D-1EB2-8939-A948664****",
"Code": "OK",
"Message": "None",
"Data": {
"AccessKeyId": "2skeuurfj****",
"AccessKeySecret": "skdkdukeuuuu****",
"BucketName": "oss",
"Dir": "1000102939",
"EndPoint": "https://oss.com",
"SecurityToken": "dkdieiii**",
"Expire": 3600
}
}
Submit ISV customer agreement information - SubmitIsvCustomerTerms
After you upload the ISV agreement, call this operation to submit the agreement and other customer information to Alibaba Cloud for review.
API reference
Submit information for the ISV customer agreement
Example
Sample success response (JSON):
{
"RequestId": "90E63D28-E31D-1EB2-8939-A948664****",
"Code": "OK",
"Message": "OK"
}
该文章对您有帮助吗?