DNS resolution fails calling a Google service
IBM RPA Studio throws the DNS resolution failed for service: {service}.googleapis.com:443 error message when using Google services.
Symptoms
You get the following error when using services from Google APIs:
DNS resolution failed for service: {service}.googleapis.com:443
Resolving this issue
Create a new environment variable called GRPC_DNS_RESOLVER and set its value to native.
Procedure
- In the Windows Start menu search for Edit the system environment variables.
- Click Environment Variables....
- In the System Variables section, click New....
- Enter the variable name
GRPC_DNS_RESOLVER. - In the Variable value field, type
nativeand click OK.