Google API Key for translation
what key (if any) do I require for simple text translation from program?
Note: I don't host any website.
google-api
add a comment |
what key (if any) do I require for simple text translation from program?
Note: I don't host any website.
google-api
What Google API are you using?
– pthulin
Feb 15 '11 at 9:16
add a comment |
what key (if any) do I require for simple text translation from program?
Note: I don't host any website.
google-api
what key (if any) do I require for simple text translation from program?
Note: I don't host any website.
google-api
google-api
edited Jan 31 '11 at 18:10
marc_s
570k12811021250
570k12811021250
asked Jan 31 '11 at 18:07
user13323
39113
39113
What Google API are you using?
– pthulin
Feb 15 '11 at 9:16
add a comment |
What Google API are you using?
– pthulin
Feb 15 '11 at 9:16
What Google API are you using?
– pthulin
Feb 15 '11 at 9:16
What Google API are you using?
– pthulin
Feb 15 '11 at 9:16
add a comment |
2 Answers
2
active
oldest
votes
1). How to Get Google Translate API Key.
To use the API you need to get a Google API key;
a). Go to http://cloud.google.com/console/
b). Create a Project and select it.
c). On the left side bar, Go to “APIs & auth” Tab => APIs Tab
d). Enable “Translate API”
e). Go to “Credentials” Tab
f). Click on “CREATE NEW KEY”
g). Create “Server Key” for PHP / Java / Ruby / Python. Create “Browser Key” for JavaScript.
Check this page, for more information
http://hayageek.com/google-api-key/
Is the API Key the Service Account's "Id"? @Lakshman Kambam
– grant
Jan 19 '17 at 20:00
add a comment |
An API key is required to use the Google Translate API and you can get yours from the Google APIs Console.
For further details, check the Developer's Guide.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f4854388%2fgoogle-api-key-for-translation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
1). How to Get Google Translate API Key.
To use the API you need to get a Google API key;
a). Go to http://cloud.google.com/console/
b). Create a Project and select it.
c). On the left side bar, Go to “APIs & auth” Tab => APIs Tab
d). Enable “Translate API”
e). Go to “Credentials” Tab
f). Click on “CREATE NEW KEY”
g). Create “Server Key” for PHP / Java / Ruby / Python. Create “Browser Key” for JavaScript.
Check this page, for more information
http://hayageek.com/google-api-key/
Is the API Key the Service Account's "Id"? @Lakshman Kambam
– grant
Jan 19 '17 at 20:00
add a comment |
1). How to Get Google Translate API Key.
To use the API you need to get a Google API key;
a). Go to http://cloud.google.com/console/
b). Create a Project and select it.
c). On the left side bar, Go to “APIs & auth” Tab => APIs Tab
d). Enable “Translate API”
e). Go to “Credentials” Tab
f). Click on “CREATE NEW KEY”
g). Create “Server Key” for PHP / Java / Ruby / Python. Create “Browser Key” for JavaScript.
Check this page, for more information
http://hayageek.com/google-api-key/
Is the API Key the Service Account's "Id"? @Lakshman Kambam
– grant
Jan 19 '17 at 20:00
add a comment |
1). How to Get Google Translate API Key.
To use the API you need to get a Google API key;
a). Go to http://cloud.google.com/console/
b). Create a Project and select it.
c). On the left side bar, Go to “APIs & auth” Tab => APIs Tab
d). Enable “Translate API”
e). Go to “Credentials” Tab
f). Click on “CREATE NEW KEY”
g). Create “Server Key” for PHP / Java / Ruby / Python. Create “Browser Key” for JavaScript.
Check this page, for more information
http://hayageek.com/google-api-key/
1). How to Get Google Translate API Key.
To use the API you need to get a Google API key;
a). Go to http://cloud.google.com/console/
b). Create a Project and select it.
c). On the left side bar, Go to “APIs & auth” Tab => APIs Tab
d). Enable “Translate API”
e). Go to “Credentials” Tab
f). Click on “CREATE NEW KEY”
g). Create “Server Key” for PHP / Java / Ruby / Python. Create “Browser Key” for JavaScript.
Check this page, for more information
http://hayageek.com/google-api-key/
edited Nov 21 at 4:12
answered Dec 8 '16 at 0:09
Lakshman Kambam
633611
633611
Is the API Key the Service Account's "Id"? @Lakshman Kambam
– grant
Jan 19 '17 at 20:00
add a comment |
Is the API Key the Service Account's "Id"? @Lakshman Kambam
– grant
Jan 19 '17 at 20:00
Is the API Key the Service Account's "Id"? @Lakshman Kambam
– grant
Jan 19 '17 at 20:00
Is the API Key the Service Account's "Id"? @Lakshman Kambam
– grant
Jan 19 '17 at 20:00
add a comment |
An API key is required to use the Google Translate API and you can get yours from the Google APIs Console.
For further details, check the Developer's Guide.
add a comment |
An API key is required to use the Google Translate API and you can get yours from the Google APIs Console.
For further details, check the Developer's Guide.
add a comment |
An API key is required to use the Google Translate API and you can get yours from the Google APIs Console.
For further details, check the Developer's Guide.
An API key is required to use the Google Translate API and you can get yours from the Google APIs Console.
For further details, check the Developer's Guide.
answered Feb 24 '11 at 6:24
Claudio Cherubino
13.8k12839
13.8k12839
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f4854388%2fgoogle-api-key-for-translation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What Google API are you using?
– pthulin
Feb 15 '11 at 9:16