Google OAUTH: The redirect URI in the request did not match a registered redirect URI

前端 未结 5 874
眼角桃花
眼角桃花 2020-12-04 19:10

I am trying to make an upload to YouTube from my Java based web app, I spent a few days to understand what and where is the problem and I cannot get it, for now I am pulling

5条回答
  •  Happy的楠姐
    2020-12-04 19:38

    You need to go into the developer console and set

    http://localhost:8080/WEBAPP/youtube-callback.html
    

    as your callback URL.

    This video is slightly outdated, as it shows the older Developer Console instead of the new one, however, the concepts should still apply. You need to find your project in the developer console and register a callback URL.

提交回复
热议问题