Closed rmoff closed 1 year ago
Same error here when using googleCloudStorageR::gcs_upload
function.
CURLOPT_SEEKFUNCTION was added in curl 7.18.0. curl 7.18.0 was released in January 28 2008, so you'll need to figure out why you're using a 15+ year old version of curl.
The issue occurs if you don't update properly curl
R package (to get new features introduced at https://github.com/jeroen/curl/issues/307 - see answer provided at https://github.com/jeroen/curl/issues/315), and although you might have curl version >= 7.18.0. I got the issue with R curl 3.0.0 (although running with curl 7.84.0 - 1 year old)
Ah thanks for letting me know — I'll bump the version of curl that httr requires.
With version 1.4.6 of httr the following code ran just fine:
Since 1.4.7 it fails with
I'm wondering if it's perhaps related to this commit?
The code is from this notebook.