{ "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key.", "success": false }
used the api key which was sent to me and I also tried changing it still not working
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Mammajama
on June 24, 2023 at 11:19 AM
Could try to use the API read access token instead....I'm getting the same issue but the access key works fine with a browser request like https://api.themoviedb.org/3/movie/157336?api_key=
Reply by robbie3999
on June 25, 2023 at 10:19 AM
Hi, to get help you need to provide the api call url you are sending that generates the message. In the case of @Mammajama, if the url works in a browser window, that is a good indication that whatever code you are using perhaps isn't generating the url you think it is, so you might want to review your code.