Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I am looking to dump csv file from thingworx to cloud folder example- Microsoft cloud.
Both will be in different network.
How can i do this in twx 9.1 version.
Thank you
Solved! Go to Solution.
Hi @VS_9760165 & @VaibhavShinde.
Are you running into an issue? What errors are you receiving? If you're just trying to move the CSV file to OneDrive, you could use an o/s scheduled task for moving the files. If you still want to control it from ThingWorx, you can create a scheduled service to handle the move.
Regards.
--Sharon
Microsoft Cloud? Blob? DB? OnDrive?
Hello @Sathishkumar_C
We are yet to decide which cloud , but here only this is cloud folder (consider One drive) where need to send csv file from TWX .
how to do this??
Thanks,
Vaibhav
You can use REST API to send a file to OnDrive.
Reference: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/?view=odsp-graph-online
I am looking to send csv file on schedule basis (everyday 6pm) . i can't do it using Rest service.
can you suggest other?
Thanks,
Vaibhav
Hi @VS_9760165 & @VaibhavShinde.
Are you running into an issue? What errors are you receiving? If you're just trying to move the CSV file to OneDrive, you could use an o/s scheduled task for moving the files. If you still want to control it from ThingWorx, you can create a scheduled service to handle the move.
Regards.
--Sharon
Hi @slangley
transferring file from thingworx to Cloud Server Folder , When both twx and Cloud is on different network, Is Thingworx has OOTB services ?
i see there is only service in twx which uses to send file to Local folder not remote folder(different Environment).
Thanks,
Vaibhav