Authentication on Google Speech API with gRPC using API key
45 views
Skip to first unread message
Евгений Абрамов
unread,
Sep 30, 2016, 9:03:45 AM9/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello,
If I use the default authorization to access the Google SpeechAPI, it works: auto Channel = grpc::CreateChannel("speech.googleapis.com", grpc::GoogleDefaultCredentials());