Copy link to clipboard
Copied
I've been trying to find a way to get and use cloud library items in a document with Extendscript (InDesign CC 2018) but with no luck so far. We have multi-site operation and we're sharing libraries over the cloud. It happens that we're using ES too here and there, so it would be very nice to be able to use the library items with ES.
InDesign ExtendScript API (13.0) site lists some interesting cloud related methods:
placeCloudAsset( jsondata:String ) //jsondata:String -JSON data containing metadata about the cloud asset
openCloudAssetForEdit( jsondata:String ) //jsondata:String -JSON encoded information about the asset to be edited.
setCloudLibraryCollection( librariesCollectionInfo:String ) //librariesCollectionInfo:String -JSON encoded information about cloud libraries collection
exportSelectionForCloudLibrary( to:File ) // to:File -The path to the export file.
exportForCloudLibrary( jsondata:String ) //jsondata:String -JSON encoded information about the export.
The common problem with these functions is that I cannot figure out how to get that JSON information of the cloud library. Can any one point me any directions direction with this? Any help is highly appreciated!
Copy link to clipboard
Copied
This feature is unfortunately not implemented in ID til today. I created following feature request and hope that Adobe brings us developers scripting capabilites for assets inside CC libraries:
Copy link to clipboard
Copied
Hi gndgn,
thank you for doing that feature request!
I voted! ( Was about to do the same FR ).
Hope, that others will vote as well.
The more votes, the more likely the feature is added.
Regards,
Uwe Laubender
( ACP )
Copy link to clipboard
Copied
I appreciate your support very much, thank you. I hope that Adobe recognizes the importance of this feature to us developers soon.
Copy link to clipboard
Copied
Hi, Is there any update on this at all?
Copy link to clipboard
Copied
Hi Hercules,
nothing new regarding the ExtendScript DOM, I think.
However, look into:
https://medium.com/adobetech/the-adobe-creative-cloud-libraries-api-is-available-now-642f0dee028
https://www.adobe.io/creative-cloud-libraries/
Please come back if you make any progress regarding InDesign with the Adobe Creative Cloud Libraries API.
Regards,
Uwe Laubender
( ACP )