About 1,690,000 results
Open links in new tab
  1. How to get rid of this - message:{'You are not subscribed to this …

    For anyone else encountering this issue: the oversight I made was adding 'Bearer ' in from of the RapidAPI key. It should just be the key, without anything in front of it.

  2. Getting error, invalid API key in postman via RapidAPI

    Mar 12, 2021 · For my first project, I decided to use RapidAPI marketplace, but I'm having an issue. I tried testing the API in postman, but it says I have an invalid API key for some reason …

  3. javascript - I'm using an API from Rapid API but I'm getting an …

    Sep 14, 2022 · I am trying to use a YouTube API from Rapid API but when I send the Request using Axios I'm getting 403 & 429 errors: Here's my API fetchData: import axios from "axios"; …

  4. Missing RapidAPI application key (not missing) - Stack Overflow

    Mar 19, 2020 · That is because the x-RapidAPI-host and x-RapidAPI-key should not be in the HTTP parameter. since parameters specify the variable parts of your resources. I also got this …

  5. javascript - Why does my API code return "You are not subscribed …

    Jul 24, 2022 · I copied the code from the site which includes the "X-RapidAPI-Key" value when you are logged in. But when I execute the code on node, I get the message "You are not …

  6. reactjs - Why does my API return "You are not subscribed to this …

    Sep 21, 2022 · Why does my API return "You are not subscribed to this APi" even with the X-RapidAPI-Key? Asked 3 years, 3 months ago Modified 1 year, 11 months ago Viewed 988 times

  7. Newest 'rapidapi' Questions - Stack Overflow

    Aug 5, 2024 · I am using vite, react, netlify and rapidapi for my project. All requests and functionalities were working perfectly when i was working on localhost and vscode.

  8. API and fetching IMDB alternative movie database

    May 6, 2021 · I am using this API - https://rapidapi.com/rapidapi/api/movie-database-imdb-alternative I am using the JavaScript implementation and I can't see the values I am supposed to.

  9. What's the problem with RapidApi not seeing the key header?

    May 31, 2020 · 1 RapidAPI supports passing the API key via a query parameter. You can do this by including the following syntax in the link:

  10. How to use the RapidAPI in Excel VBA - Stack Overflow

    Aug 19, 2019 · I'm new to using RapidAPI. I want to pull live Cricket Scores from RapidAPI with Excel VBA, but the programming language isn't available on the platform. I would like to know …