I added a line in the SteamHandler.php page to output the args passed into the fopen call on line 227 to see what it’s working with. The $uri is “https://oauth2.googleapis.com/token” and the $context is a stream-context resource.
Now I’m thinking there is some issue with our security. If I’m understanding the script, it’s trying to pull in the Google API token but it’s failing. I am not sure if it’s not connecting, or there is some issue in making the connection, or it can’t download the content, or what.