Hello, I'm trying to access the API, but I can't.
When using "https://api.themoviedb.org/3/movie/777670&api_key=THE_KEY",
with my API key, this is returned:
Object { status_code: 7, status_message: "Invalid API key: You must be granted a valid key.", success: false }
If you can help me, thank you!
找不到电影或节目?登录并创建它吧。
robbie3999 的回复
于 2023 年 11 月 03 日 11:13上午
Hi @Leonarda_Saad, your url is incorrect:
The "&" should be "?":
Leonarda_Saad 的回复
于 2023 年 11 月 04 日 6:06上午
I changed and the problem continues
Leonarda_Saad 的回复
于 2023 年 11 月 04 日 6:12上午
Resolved: I managed to solve it! I was having trouble finding where to regenerate the key, but I found it.