MarcelRobitaille / bbyen

Bring Back YouTube Email Notifications! YouTube upload email notification replacement
MIT License
10 stars 0 forks source link

Unable to auth due to OAuth 2.0 policies #14

Closed NightMean closed 2 years ago

NightMean commented 2 years ago

Hey, it's me again haha.

It seems Google changed their policy and bbyen no longer runs or at least I'm unable to do re-auth. Any possibility to comply with their new policy?

OAuth 2.0 Policies

image

MarcelRobitaille commented 2 years ago

Hi @NightMean. Thanks for reporting this. I read through the page you linked and I didn't really see anything that I thought would apply.

One thing that sticks out to me is your redirect_uri: http://localhost:undefined/authorization_code. Have you specified a port correctly in the configuration file? It might just be that tripping Google up.

NightMean commented 2 years ago

I apologize.. you're correct. When I updated bbyen I did auth on my PC and then copied the token but kept the old config file which did not have the port in it.
Everything works once again. Thanks for the heads up.