How can I store a CSV file online on a server and use the CSV to load data into my Unity game?

I am working on a VR Game in Unity which loads the csv file which is saved locally but as the game will be on multiple platform (Android and WebGL) I would want to load the csv file from an online storage (cloud/remote location) so its always accessable on different platforms. Any help would be much appreciated.

Have a look at this ,if you already have a script to read your csv file then you just need to download it and save it locally