Skip to main content

I have a project developed in .Net MVC, I am trying to implement reCaptcha enterprise. It works fine on my local development environment using Google Cloud SDK Shell. But I am getting the following error when code is deployed on the dedicated windows server on GoDaddy? what am I missing?


Code:


RecaptchaEnterpriseServiceClient client = RecaptchaEnterpriseServiceClient.Create();


Error message: Your default credentials were not found. To set up Application Default Credentials, see https://cloud.google.com/docs/authentication/external/set-up-adc.

Be the first to reply!

Reply