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.
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?