Open dsaada opened 8 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
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