eko / GoogleTranslateBundle

A Symfony bundle to deals with Google Translate API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Key in config.yml

anneachey opened this issue · comments

Hi,

I am trying to make a request but I always get the error

No method can handle the key config key

Any idea why this happens? I have my key configured in the config.yml file. I am guessing this is the key from my Google Developer Console. SHould I use the server or the browser API Key? Let me know.

Hi @anneachey,

Thank you for reporting this issue.

Indeed, there was an issue using the Languages API method as the request was not well formated to interact with Guzzle library.

This is now fixed thanks to your feedback.

Thank you!

So I should just do a composer update right? The error still occurs.