Tafqit

FREEMIUM
Door postscripter | Bijgewerkt vor einem Monat | Education
Populariteit

9.2 / 10

Latency

287ms

Serviceniveau

100%

Health Check

N/A

Terug naar alle discussies

Error while using Google Sheet

Rapid account: Mhakmeh
mhakmeh
vor einem Jahr

Hi
I tried to use it inside my google sheet document but am getting this error

Exception: Request failed for https://tafqit.p.rapidapi.com returned code 400 (line 20).

and here is the code I wrote

function Taqfeet(input){
const encodedParams = {
“the_number”: input,
“unit”: " ريال سعودي",
“hundreds_form”: “مائة”
}

const options = {
method: ‘POST’,
headers: {
‘content-type’: ‘application/x-www-form-urlencoded’,
‘X-RapidAPI-Key’: 'here the key I got after subscriping,
‘X-RapidAPI-Host’: ‘tafqit.p.rapidapi.com
},
body: encodedParams
};

var response = UrlFetchApp.fetch(‘https://tafqit.p.rapidapi.com/convert’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
}

Rapid account: Postscripter
postscripter Commented vor einem Jahr

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen