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?
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van ticao2 π§π· pt-BR
op 29 augustus 2024 om 12:14 PM
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.
Reactie van arnavsawant.19
op 30 augustus 2024 om 5:44 AM
Hey im having an issue with myAPI key too , it says it isnt validated can you please grnat me a working API key ?
Reactie van ticao2 π§π· pt-BR
op 30 augustus 2024 om 8:37 AM
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.
Reactie van arnavsawant.19
op 1 september 2024 om 7:36 AM
it works in the breowser but it doesnt work when i try to validate it or use it in my project
Reactie van ticao2 π§π· pt-BR
op 1 september 2024 om 9:52 AM
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?
Reactie van arnavsawant.19
op 2 september 2024 om 7:48 AM
im following a tutorial by someone to make something
Reactie van ticao2 π§π· pt-BR
op 2 september 2024 om 8:33 AM
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.