File tree 2 files changed +2
-2
lines changed
speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public class NonStreamingRecognizeClient {
68
68
Logger .getLogger (NonStreamingRecognizeClient .class .getName ());
69
69
70
70
private static final List <String > OAUTH2_SCOPES =
71
- Arrays .asList ("https://www.googleapis.com/auth/xapi.zoo " );
71
+ Arrays .asList ("https://www.googleapis.com/auth/cloud-platform " );
72
72
73
73
private final String host ;
74
74
private final int port ;
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public class RecognizeClient {
78
78
private final SpeechGrpc .SpeechStub stub ;
79
79
80
80
private static final List <String > OAUTH2_SCOPES =
81
- Arrays .asList ("https://www.googleapis.com/auth/xapi.zoo " );
81
+ Arrays .asList ("https://www.googleapis.com/auth/cloud-platform " );
82
82
83
83
/**
84
84
* Construct client connecting to Cloud Speech server at {@code host:port}.
You can’t perform that action at this time.
0 commit comments