I have a csv that is hosted on our portal. The csv does NOT have an associated feature service of any kind. Looking through the documentation, I see methods for overwriting the feature service (Overwriting feature layers | ArcGIS for Developers) but if the file doesn't have a feature layer, I can't seem to make it work. Can anyone please direct me to the documentation or have a Python example of updating a hosted file only? I guess I can create a feature layer as a last resort, but I don't have any other need for one. I only want to update the CSV file so users can download the latest version of the file. The purpose is to share the file, not a service. I'm looking for the Python equivalent of using the Update button. Thanks!
... View more