Hi,
I’m using the function
d3.csv("https://raw.githubusercontent.com/plotly/datasets/master/2014_apple_stock.csv", function(data){ processData(data) } );
in order to plot my csv files, but unfortunatly github raw link have now a token that only last for 1 week. So I need to change the link every week and it’s kinda annoying. Is there a way to ersolve this issue or work around it ?
Thanks !
jeremie