Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
API | Operation Description |
View directories or albums |
QCloudSMHGetFileInfoRequest *req = [QCloudSMHGetFileInfoRequest new];// 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.req.spaceId = scopeDir.teamInfo.spaceId;// Organization ID of the space, defaults to the current organization IDreq.spaceOrgId = @"spaceOrgId";// Organization IDreq.organizationId = @"organizationId";// User tokenreq.userToken = @"userToken";[req setFinishBlock:^(QCloudSMHContentInfo *_Nonnull result, NSError *_Nullable error) {}];[[QCloudSMHUserService defaultSMHUserService] getFileInfo:req];
フィードバック