Hi using the SDK Import engine, I can happily import a file
C:\Temp\MyFIle.zip and give it metadata and mime etc, however if I try to use a mapped drive or Network drive I get the above error message.
\\MyDrive\Folder1\Folder2\MyFile.txt
of
Z:\MyFile.txt
Can anyone shed some light?
XML using
<LF:importengine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://laserfiche.com/namespaces/importengine ImportEngine.xsd"
xmlns:LF="http://laserfiche.com/namespaces/importengine" version="1.0">
<LF:toc on_document_conflict="unique" on_folder_conflict="unique">
<LF:document name="Adam Richard Cooper World-Check" comment="Comment" language="" template="Client Document">
<LF:metadata>
<LF:field_values>
<LF:field_value name="Client NAME: DOCUMENT">The Derek Cooper 1994 Settlement - Closed</LF:field_value>
<!-- MANDATORY -->
<LF:field_value name="CLIENT ID: DOCUMENT">E1003194</LF:field_value>
<!-- MANDATORY -->
<LF:field_value name="CLIENT DOCUMENT TYPE">Compliance</LF:field_value>
<!-- MANDATORY -->
<LF:field_value name="CLIENT DOCUMENT SUB TYPE">Risk</LF:field_value>
<!-- MANDATORY -->
<LF:field_value name="DESCRIPTION">Adam Richard Cooper World-Check</LF:field_value>
</LF:field_values>
</LF:metadata>
<LF:electronic_document content_type="application/msoutlook" extension="MSG">
<LF:fileref ref="G:\Public\211018 Equiom Invoices.msg"/>
</LF:electronic_document>
</LF:document>
</LF:toc>
</LF:importengine>
Bold line works if I use C:\, but not mapped drive!!!!
Thanks