Is It Possible to Write Files to a Network File Share (UNC Path) with Credentials from ThingWorx?
Hello everyone,
I was wondering about a use case where I need to save image files (in base64 format) from ThingWorx to a network file share path of our company like this:
Currently, I do this manually using a Python script running locally on my PC, where I'm already authenticated to the network. It works well because my Windows session has access to the share.
Now, Iād like to automate this entirely through ThingWorx ā ideally by calling a service and saving the file directly to that network path. I know about FileRepository and FileTransferSubsystem, but I understand that ThingWorx cannot directly supply a username and password for UNC paths.
So my questions are:
Is it possible to write to a network share that requires authentication directly from ThingWorx?
Has anyone implemented a similar use case, and if yes, what approach worked best?
Any input, advice, or examples would be greatly appreciated.
Best regards,

