chrisjshull / homebridge-nest

Nest plugin for HomeBridge
702 stars 113 forks source link

Unable to retrieve Google Refresh Token - Shows this OOB flow is now blocked #660

Closed ekalp closed 5 months ago

ekalp commented 5 months ago

Describe the bug Ran: node login.js which returned the URL to run to get a refresh token, and it shows that it is blocked/no longer supported.

image

The link they provided links to: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration

To Reproduce Steps to reproduce the behavior:

  1. Follow the steps to try to obtain a refresh token for your Google Account
  2. Note the 400 error from Google.

Expected behavior After making adjustments to support the current auth requirements a refresh token should be returned.

Include with your bug report this version info: Plugin: v4.6.9 NodeJS: v20.12.2 Homebridge: v1.8.1

ekalp commented 5 months ago

Looks like this is addressed here: https://github.com/chrisjshull/homebridge-nest/issues/575