urlread fails to open a spreadsheet that is available for anyone with the link. It opens from a browser, but urlread gives this error:
octave:1> a=urlread('https://docs.google.com/spreadsheets/d/.../edit?usp=sharing'); error: urlread: curl: Peer certificate cannot be authenticated with given CA certificates
is there any way to import a Google spreadsheet into an octave program?