Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
GET /api/v1/quota/{LibraryId}/{QuotaId}?access_token={AccessToken}&user_id={UserId}
Request parameters. | Description | Type | Required or Not |
LibraryId | Media Library ID, obtained after creating a media library in the Media Hosting console. Please see Create Media Library | String | Yes |
QuotaId | Quota ID, obtained after creating a quota. Please see Create Quota | String | Yes |
AccessToken | Access token. For Public Read Media Library or tenant space, this parameter is not specified. Otherwise, you must specify this parameter. Please refer to Generate Access Token | String | No |
UserId | User identity recognition. When the permission corresponding to the access token is admin permission and the user identity recognition when applying for the access token is empty, it is used to temporarily specify user identity. For details, see Generate Access Token API | String | No |
{ "spaces": ["spacedweJNKdnned","spacedweJNKdnned"], "capacity": "1099511627776" }
Response Parameters | Description | Type |
spaces | Quota space used by ID set | Array |
capacity | The specific value of the quota, in bytes (Byte), can be specified in digital form or string form. To avoid precision loss from large numbers, the field is specified as string form. | String |
フィードバック