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!
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por robbie3999
el 3 de noviembre de 2023 a las 11:13
Hi @Leonarda_Saad, your url is incorrect:
The "&" should be "?":
Contestado por Leonarda_Saad
el 4 de noviembre de 2023 a las 06:06
I changed and the problem continues
Contestado por Leonarda_Saad
el 4 de noviembre de 2023 a las 06:12
Resolved: I managed to solve it! I was having trouble finding where to regenerate the key, but I found it.