I’m working on an ASP.NET Core project using .NET 8 where I need to upload a video to YouTube in private mode . I’ve implemented the video upload functionality, but I’m encountering issues when trying to upload the video. Specifically, I’m seeing an error:
I have set up OAuth 2.0 for authentication and have followed the Google API documentation for uploading videos to YouTube. However, I’m facing a “mismatch redirect URI” error when attempting to authorize the application.and im excepting this error should be resolved .
#asp.net-core #google-api #youtube-api #oauth-2.0 #redirect-uri c# #authentication #google-developer-console
Venkatesh Pudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.