I am uploading some raster files with the gcs_upload() function, and for some reason some files generate the following error:
Auto-refreshing stale OAuth token.
Error in curl::curl_fetch_memory(url, handle = handle): HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
Request failed [ERROR]. Retrying in 2.1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle) :
HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
In addition: There were 30 warnings (use warnings() to see them)
Error in value[3L] :
Request failed before finding status code: HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
Thank you very much in advance