Question
Extendscript: Place asset from Shared Adobe CC library
Hello,
Is is possible to place an asset (jpg) from a Shared Adobe CC library on a PSD layer with jsx code?
I tried to link directly to the online library:
var assetFile = new File('https://shared-assets.adobe.com/link/xxx-xxx/asset.jpg");
I tried to link to the local copy of the asset:
var assetFile = new File('/Users/xxx/Library/Application Support/Adobe/Creative Cloud Libraries/LIBS/xxx_AdobeID/creative_cloud/xxx/xxx-c5ae61c21adf/components/asset.jpg')
.. but no succes 😞
Thanks,
fred
