The authenticated user must be a writer or owner of an asset to see its ACL.
Usage | Returns |
---|---|
ee.data.getAssetAcl(assetId, callback) | AssetAcl |
Argument | Type | Details |
---|---|---|
assetId | String | The ID of the asset to check. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |