Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e8ca22 + 0023503 commit 3c657f4Copy full SHA for 3c657f4
translate/README.md
@@ -22,6 +22,19 @@ libraries.
22
[maven-download]: https://maven.apache.org/download.cgi
23
[maven-install]: https://maven.apache.org/install.html
24
25
+## Authentication
26
+This sample uses API Key for authentication.
27
+
28
+ * Visit the [Google Cloud Console](https://console.cloud.google.com) and navigate to:
29
+ ```
30
+ API Manager > Credentials > Create credentials > API Key
31
32
33
+ * Set the environment variable GOOGLE_API_KEY
34
35
+ export GOOGLE_API_KEY=<YOUR_PROJECT_API_KEY>
36
37
38
## Run the sample
39
40
To build the sample, we use Maven.
0 commit comments