Closed Papillon6814 closed 3 years ago
I remember seeing this error with certain hackney versions, Id try upgrading to the latest. Same goes for your OTP version.
Basically if HTTPoison.get!("https://www.googleapis.com/auth/cloud-platform")
fails, it is not a Goth problem per se, if that makes sense.
hope this helps!
Hello. I'm using goth with elixir-google-api.
Goth works in my dev environment, but It does not work in my remote docker container.
It occurs when I run this function.
Is there any hints to resolve it?