Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 努力连接到windows上的Google云平台_Google Cloud Platform_Vision Api - Fatal编程技术网

Google cloud platform 努力连接到windows上的Google云平台

Google cloud platform 努力连接到windows上的Google云平台,google-cloud-platform,vision-api,Google Cloud Platform,Vision Api,我住在肯尼亚。我很难连接到谷歌云服务,但在windows上使用vision api时,我想绕过这个问题。大多数情况下,我跑步时都会感觉到 google.api\u core.exceptions.ServiceUnavailable:503无法连接到所有地址 我试过了 response = client.text_detection(image=image, timeout=6000000000) 但仍然会得到相同的错误。 我还在internet设置中设置了ReceiveTimeout值,甚至

我住在肯尼亚。我很难连接到谷歌云服务,但在windows上使用vision api时,我想绕过这个问题。大多数情况下,我跑步时都会感觉到
google.api\u core.exceptions.ServiceUnavailable:503无法连接到所有地址
我试过了

response = client.text_detection(image=image, timeout=6000000000)
但仍然会得到相同的错误。 我还在internet设置中设置了ReceiveTimeout值,甚至在处理项目时关闭了所有网络保护


如何避免此问题

请勿关闭网络保护。那不是你的问题。您与Internet的网络连接不可靠,或者防火墙阻止您连接到Google的端点。