Replies: 1 comment 2 replies
-
Thank you for notifying. i will fix the flow. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all..
From https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#instructions-oob
Even I've define the
redirect_uris
in theclient_secret.json
tohttp://localhost/
,pygsheets still give auth URL with with
redirect_uri
tourn:ietf:wg:oauth:2.0:oob:auto or oob
So I change
redirect_uri='urn:ietf:wg:oauth:2.0:oob'
toredirect_uri='http://localhost/'
in theauthorization.py
It works again... :) Am I doing this right? :D
Beta Was this translation helpful? Give feedback.
All reactions