I'd like do use a medium .CSV-file (200 MB) in a jupyter-notebook on mybinder.org, which is saved on g**gle-drive. I am following the description on https://the-turing-way.netlify.app/communication/binder/zero-to-binder.html#medium-public-files and using
wget -q -O
When I use the link to the file from g**gle-drive, I don't get the .CSV-file but an .HTML-file. How do we get a direct URL to our .CSV-file, usable e.g. with wget?