-2

I tested the YouTube api url I got from rapid api and the status code was 401 - invalid address. I need help ls

What else can I do?

1 Answers1

1

401 HTTP status code means you're not authorized to access the particular resource you were requesting.

Chances are you're either:

  • not passing any credentials
  • passing incorrect credentials
  • using the wrong authentication scheme

Check YouTube's API docs for more details.

Alvin
  • 920
  • 3
  • 9