Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
API | Operation Description |
Get file download link and info |
QCloudSMHGetDownloadInfoRequest * requeset = [[QCloudSMHGetDownloadInfoRequest alloc]init];// The organizational affiliation id of the space. This field only requires filling in when accessing a public group.// Space ID. If the media library is in single-tenant mode, this parameter is fixed as a hyphen (-); if the media library is in multi-tenant mode, you must specify this parameter.requeset.spaceId = @"spaceId";// Media Library ID, required parameterrequeset.libraryId = @"libraryId";// version idrequeset.historyId = @"historVersionId";// file pathrequeset.filePath = @"filePath";[requeset setFinishBlock:^(QCloudSMHDownloadInfoModel * outputObject, NSError * _Nullable error) {}];[[QCloudSMHService defaultSMHService] getDonwloadInfo:requeset];
피드백