Hi,
i am use free trails of Google Cloud Translate send request on this URL https://translation.googleapis.com/language/translate/v2 with API key with body row
get error response kindly see below
"code": 403,
"message": "The request is missing a valid API key.",
"errors":
"message": "The request is missing a valid API key.",
"domain": "global",
"reason": "forbidden"
"status": "PERMISSION_DENIED"
Solved! Go to Solution.
Hi, mjunaid,
The key you're using might not have the permission to use Translate APIs.
To fix this:
Now the APIs should work properly.
Additionally, please note that the documentation mentions that the structure of the HTTP method should be something like:
https://translation.googleapis.com/language/translate/v2?key=[yourAPIkey]&target=language
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |