Vaish MK
Vaish MK

Reputation: 331

What is Redirect URI in Youtube API?

I'm creating a personal python script to upload videos. What is the redirect API I should be using?

Upvotes: 3

Views: 2336

Answers (1)

jptr
jptr

Reputation: 188

Redirect URI For a Web Application-

Applications that use languages and frameworks like PHP, Java, Python, Ruby, and .NET must specify authorized redirect URIs. The redirect URIs are the endpoints to which the OAuth 2.0 server can send responses.

Check this page for further explanation https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps

Upvotes: 2

Related Questions