ee.data.getAssetAcl

Returns the access control list of the asset with the given ID.

The authenticated user must be a writer or owner of an asset to see its ACL.

UsageReturns
ee.data.getAssetAcl(assetId, callback)AssetAcl
ArgumentTypeDetails
assetIdStringThe ID of the asset to check.
callbackFunction, optionalAn optional callback. If not supplied, the call is made synchronously.