Reputation: 331
I'm creating a personal python script to upload videos. What is the redirect API I should be using?
Upvotes: 3
Views: 2336
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