Closed yeled closed 1 year ago
Is it the same with: https://github.com/gauteh/lieer/pull/242 ? Probably yes..
I have it working but it involved some hoops to jump through.
Update 2023/08/14: Working for me now.
I got the same error, but not sure if it is same as #242, the error details are:
Error 400: invalid_request
The out-of-band (OOB) flow has been blocked in order to keep users secure. Follow the Out-of-Band (OOB) flow migration guide linked in the developer docs below to migrate your app to an alternative method.
And the error points to this doc: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration
any workarounds for this?
Have you tried #242?
I've tried #242, and I'm still getting the same error with the OOB flow.
Correction: I realized I was on the wrong branch. Various other issues later (notably you have to auth on exactly the same machine, using the machine's browser), it does in fact work again!
Is anyone else getting
Error 400: invalid_request
on new sync and init or auth?