cloudyr / googleCloudStorageR

Google Cloud Storage API to R
https://code.markedmondson.me/googleCloudStorageR
Other
104 stars 29 forks source link

Error in curl::curl_fetch_memory(url, handle = handle): Error in the HTTP2 framing layer #190

Open dsaada opened 6 months ago

dsaada commented 6 months ago

I use the following code:

for (i in 1:10000){ gcs_upload(file=name_1, name = path_cs_1, predefinedAcl="bucketOwnerFullControl") }

Then I get an error:

Error in curl::curl_fetch_memory(url, handle = handle): Error in the HTTP2 framing layer

I saw some info, but not working for me:

httr::set_config(httr::config(http_version = 1))

I use the lastest version of CURL Package.

Could you help me please?

Thanks