Loads entry list. Expects dmShortID / model to be set. If the model is not public, you also need to provide a token.
dmShortID
model
token
asset in question.
in px to find closest match (larger side)
if true, returns a thumbnail (width = height)
const asset = await ecadmin .assetgroup("test") .getAsset("tP-ZxpZZTGmbPnET-wArAQ");const variant = fileVariant(asset, 128, false); Copy
const asset = await ecadmin .assetgroup("test") .getAsset("tP-ZxpZZTGmbPnET-wArAQ");const variant = fileVariant(asset, 128, false);
Loads entry list. Expects
dmShortID
/model
to be set. If the model is not public, you also need to provide atoken
.