Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Setting the channel to default to ~/globalassets/ seems to be the solution here.
With the following channel config, pushing files into the global library works.
/Jonas
Is it possible to use the ImportFile() operation in the ContentChannelService to import files into a Global Assets folder?
So far, I've only been able to import files directly into the blob or as a page file. If I try to pass in the content Guid of the SysGlobalAssets (or any global assets folder), the web service throws a null ref exception.
Based off method naming in the EPiServer.ContentChannels.ContentMediaHandler, specifically the ImportContentAssetMedia() method, I'm assuming that the web service doesn't support importing files into global assets.
Am I missing something?