Google Translate

FREEMIUM
Durch Google Cloud | Aktualisiert 2 वर्ष पहले | Text Analysis
Popularität

9.9 / 10

Latenz

736ms

Service Level

95%

Zurück zu allen Diskussionen

Having a 400 error status using google translate and axios (post method)

Rapid account: Kizito 917
kizito917
3 वर्ष पहले

I am trying to post a word to get its translated version but i keep getting a 400 error and when i try same code here on test endpoint button, it works perfectly, what might be the reason for the 400 error

Rapid account: Kizito 917
kizito917 Commented 3 वर्ष पहले

I was able to fix the issue using request

var request = require(‘request’);

use this to make request to the API , axios has some issues with making request to this API

Rapid account: Jamesabrannan
jamesabrannan Commented 3 वर्ष पहले

Not working. Receiving this in postman, where obviously I xxxx out my key. In fact, none of the endpoints are working as of 11:42 EST.

GET https://google-translate1.p.rapidapi.com/language/translate/v2/languages?target=en
Error: incorrect header check
Warning: This request did not get sent completely and might not have all the required system headers
Request Headers
X-RapidAPI-Host: google-translate1.p.rapidapi.com
X-RapidAPI-Key: xxxxxxxxxxx
User-Agent: PostmanRuntime/7.24.1
Accept: /
Cache-Control: no-cache
Postman-Token: 90b5775a-a5fb-468e-8abd-b6e89a4c00d7
Host: google-translate1.p.rapidapi.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

Rapid account: Googlecloud
googlecloud Commented 3 वर्ष पहले

Hey kizito917, it looks like there’s an issue with how the axios code snippet is being generated. If you alter that snippet to send the data as URL encoded parameters as expected, it will work through axios! https://share.getcloudapp.com/WnuGXryo I’ll reach out to RapidAPI to investigate why this is happening.

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen
Bewertung: 3.7 - Stimmen: 15