c# - Failing to execute google cloud Speech API -


i have registered on google cloud platform went through authentication steps , created required json suggested here. on downloading google cloud sdk(requirement setting environment variable) , trying install installation fails os win 7 64-bit. on trying set environment directly(my computer>advance settings> environment variable) , running code mentioned in given link error please check value of environment variable google_application_credential error image

error message:-

system.invalidoperationexception: error reading credential file location. please check value of environment variable google_application_credentials @ google.apis.auth.oauth2.defaultcredentialprovider

please help!

you need use commands right path make work :

set google_application_credentials=file_path/credentials.json (name of file)

set gcloud_project=project_name


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -