I want to automate the updating of the CSV files my surveys use. But I cannot find a way to do the equivalent of pushing update data button in the online portal via script. Using either the REST interface directly or the python SDK I can download the CSV, but I can't find a method to replace it with new data.
I could delete it, and upload a new copy, but that will have a new ID and I'm pretty certain it's not going to be linked to my surveys. I've looked into adding a link to the new ID as linked content on the surveys via python, but that also looks to be a dead end and not available.
Hoping I'm just missing something and there is a way to do this. Any advice would be greatly appreciated.