0

I can see in this link which has not supported to download Google Translate API library yet.

Therefore, I want to ask There is another method to use Google Translate API in Google App Engine or not?

Please tell me,

Thanks,

p/s : This is the link I followed, but it shows error

Community
  • 1
  • 1
Huy Tower
  • 7,769
  • 16
  • 61
  • 86

1 Answers1

0

Sorry, that's a known bug in the Quickstart tool where it doesn't work for APIs that don't use OAuth 2.0, a fix should be pushed this week.

In the mean time here is a translate sample from the client library:

Translate Sample

The developerKey in that code should be filled in with the API Key found in the APIs Console.

Joe Gregorio
  • 770
  • 4
  • 7
  • Yes, I found it ... And there are many ways to complete this task. Do you see the error, I fixed another way. Thanks, – Huy Tower Aug 14 '13 at 23:50