Usage notes:
- The id must be a root folder like "users/foo" (not "users/foo/bar").
- The authenticated user must own the asset root to see its quota usage.
Usage | Returns |
---|---|
ee.data.getAssetRootQuota(rootId, callback) | AssetQuotaDetails |
Argument | Type | Details |
---|---|---|
rootId | String | The ID of the asset root to check, e.g. "users/foo". |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |