@willowo tried to share a URL using a CSV she'd put in dropbox. The URL of the CSV looked like https://www.dropbox.com/s/<randomstring>/comptab_2014-11-05%2017-23_comma_separated.csv - the important part being the https at the start of the URL. I found the link above gave me a download page, but if you add ?dl=1 to the end of the URL you get the actual file.
However corsproxy doesn't really do https in a way that works for us. https://www.corsproxy.com/ is available, but the certificate is not valid, so you need to add the certificate to your browser. And then I could get another CSV working over https, but not from dropbox.
We could host our own corsproxy service I guess - there are some open source ones around - but that needs a little more work.
@paulmr - do you have any time to look at this. Maybe there's something I've missed.
@willowo tried to share a URL using a CSV she'd put in dropbox. The URL of the CSV looked like
https://www.dropbox.com/s/<randomstring>/comptab_2014-11-05%2017-23_comma_separated.csv- the important part being the https at the start of the URL. I found the link above gave me a download page, but if you add?dl=1to the end of the URL you get the actual file.However corsproxy doesn't really do https in a way that works for us. https://www.corsproxy.com/ is available, but the certificate is not valid, so you need to add the certificate to your browser. And then I could get another CSV working over https, but not from dropbox.
We could host our own corsproxy service I guess - there are some open source ones around - but that needs a little more work.
@paulmr - do you have any time to look at this. Maybe there's something I've missed.