I got an API key and an access token but the API key isn't working.
When I go to the url from the example (https://api.themoviedb.org/3/movie/550?api_key=THE_KEY), it works completely fine but nothing else does. Even when I use the 'try this' section on the developer API reference it says "Invalid API key: You must be granted a valid key." What do I do to fix this?
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von ticao2 🇧🇷 pt-BR
am 29. August 2024 um 09:14
I assume you are testing/using "Try it!" in the documentation.
The "Try it!" option in DOCs it only works with the "Access Token Auth" option.
It doesn't work if you select the "API Key Auth" option.
It is a birth defect since the migration to this service.
I don't know if it can be fixed. I'm not a programmer.
Your API Key validation test is done using your Token.
https://developer.themoviedb.org/reference/authentication-validate-key
If your Token works then your API Key must also work.
If you want to test your API Key directly, follow the instructions below.
Take a Test
Using a computer, desktop or notebook.
On some mobile devices this test may not work correctly.
In the URL below, change THE_KEY to your API Key.
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY
Use this example to do a search using a new tab or window in your browser.
You will receive the basic data of the Movie Fight Club (1999)
https://www.themoviedb.org/movie/550-fight-club
If it works, your Key is OK.
When there is a problem, the TMDb Server sends a message.
Can you tell which message the server sent?
Here is a list of possible messages:
https://developer.themoviedb.org/docs/errors
If it does not work, let us know right here.
Antwort von arnavsawant.19
am 30. August 2024 um 02:44
Hey im having an issue with myAPI key too , it says it isnt validated can you please grnat me a working API key ?
Antwort von ticao2 🇧🇷 pt-BR
am 30. August 2024 um 05:37
Please take the test below and let me know the result.
Take a Test
Using a computer, desktop or notebook.
On some mobile devices this test may not work correctly.
In the URL below, change THE_KEY to your API Key.
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY
Use this example to do a search using a new tab or window in your browser.
You will receive the basic data of the Movie Fight Club (1999)
https://www.themoviedb.org/movie/550-fight-club
If it works, your Key is OK.
When there is a problem, the TMDb Server sends a message.
Can you tell which message the server sent?
Here is a list of possible messages:
https://developer.themoviedb.org/docs/errors
If it does not work, let us know right here.
Antwort von arnavsawant.19
am 1. September 2024 um 04:36
it works in the breowser but it doesnt work when i try to validate it or use it in my project
Antwort von ticao2 🇧🇷 pt-BR
am 1. September 2024 um 06:52
Well, your Key is valid.
So there must be a problem with your project code.
Are you developing the code yourself?
Or are you using something from a third party?
Antwort von arnavsawant.19
am 2. September 2024 um 04:48
im following a tutorial by someone to make something
Antwort von ticao2 🇧🇷 pt-BR
am 2. September 2024 um 05:33
If possible, ask the tutorial author for help.
Or look for other people who have followed the tutorial.
Maybe a forum for this tutorial.
Sorry, I don't know how I can help you.