2011-01-31 3 views

ответ

5

Ключ API необходим для использования API перевода Google, и вы можете получить свой код от Google APIs Console.

Для получения дополнительной информации, проверьте Developer's Guide.

5

1). Как получить ключ API Google Translate.

Для использования API вам необходимо получить ключ API Google;

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. 

enter image description hereenter image description hereenter image description here enter image description here

Проверить эту страницу, для получения дополнительной информации http://hayageek.com/google-api-key/

+0

Является ли API ключом «Id» учетной записи службы? @Lakshman Kambam – grant

Смежные вопросы