When I try to authenticate with api key it always show - invalid api key , You must be granted a valid key. By access token key it successed but i don't know how to use access token in my Javascript Please tell me how to solve the error of invalid api key because i want to add api in my javascript
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة robbie3999
بتاريخ أكتوبر 9, 2023 في 7:38 مساءا
Hi @surajj_00, what is the api URL you are trying to use? Hide your private api key with a string like "xxxxxx".
رد بواسطة MuriColo
بتاريخ أكتوبر 10, 2023 في 7:54 صباحا
I am also facing the same issue! I have even deleted my account and re-applied for a new API key, but it keeps saying the API key is invalid.
رد بواسطة robbie3999
بتاريخ أكتوبر 10, 2023 في 5:17 مساءا
Hi @MuriColo, same question as above, what is the api URL you are trying to use? Hide your private api key with a string like "xxxxxx".
رد بواسطة vvn123
بتاريخ أكتوبر 11, 2023 في 12:44 مساءا
got a similar problem when using the code for authentication from API REFERENCE tab. Instead, used the docs Auth Guide and that way It worked with API KEY as the credential for login in. I could be wrong but in the API reference at least for curl ,TOKEN and API KEY have the same style of header request and in the documentation they are different.
رد بواسطة MuriColo
بتاريخ أكتوبر 11, 2023 في 1:14 مساءا
Hi @robbie3999, my API URL was 'https://api.themoviedb.org/3/movie/now_playing?language=en-US&page=1&api_key=xxxxxx'
رد بواسطة robbie3999
بتاريخ أكتوبر 11, 2023 في 5:06 مساءا
Try one more thing, type or paste the following into your web browser address bar and see if you get the same error or if you get json data results.
Replace the xxxxxx with your current api key found here: https://www.themoviedb.org/settings/api
رد بواسطة MuriColo
بتاريخ أكتوبر 12, 2023 في 12:59 صباحا
I got the JSON data, thank you! It also now works with the movie lists. Man, I really appreciate the support...have a great day!
رد بواسطة wujianfeng7
بتاريخ أكتوبر 26, 2023 في 11:41 صباحا
I am also facing the same issue! Test using https://api.themoviedb.org/3/movie/550?api_key=xxxxxx has been done, please help me check the reason. Thank you.
رد بواسطة robbie3999
بتاريخ أكتوبر 26, 2023 في 1:01 مساءا
Does the test work or not? If yes, then the same question as everyone else, what is the api URL you are trying to use? Hide your private api key with a string like "xxxxxx".
رد بواسطة wujianfeng7
بتاريخ أكتوبر 26, 2023 في 9:18 مساءا
The test does not work. And I test my API key, it shows 401 error,and status_code is 7. { "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key.", "success": false } But my API key is new one, need your help check why my API key does not work?
رد بواسطة robbie3999
بتاريخ أكتوبر 27, 2023 في 12:58 مساءا
So to be clear, you go to this page and get your API Key.
Then you enter this:
into your web browser address bar, replacing the xxxxxx with the api key above. And this returns the error message?
رد بواسطة wujianfeng7
بتاريخ أكتوبر 27, 2023 في 9:52 مساءا
Yes, error message is returned when I do this test.
رد بواسطة robbie3999
بتاريخ أكتوبر 27, 2023 في 11:03 مساءا
We will need the site admin to take a look at this. Hopefully he will come along soon.
رد بواسطة sciouros
بتاريخ نوفمبر 2, 2023 في 8:58 مساءا
Any updates on this? Getting the same error -> Validation errors: ["There was an issue communicating with TMDb: Invalid API key: You must be granted a valid key."]
رد بواسطة robbie3999
بتاريخ نوفمبر 3, 2023 في 5:33 مساءا
Hi @sciouros, from the message part Validation errors: ["There was an issue communicating with TMDb, that part of the message is not coming from TMDB, so I assume you are running the query from some sort of tool or software. Run the following test to check your api key.
Go to this page and get your API Key. Then enter this:
into your web browser address bar, replacing the xxxxxx with the api key above. See if you get valid json for the movie "Fight Club", or an error message.