You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The oauth flow `gspread.auth.console_flow` has been deprecated by
google. It will simply not succeed.
Currently: add a warning for the end-user about this changes.
Later: remove the deprecated method.
closes#1044
Overview
Add a warning for the user that the authentication flow
console_flow
is now deprecated by google oauth API.Details
As pointed by the issue #1032 the
console_flow
to authenticate using OAUTH2.0 is now deprecated and will result in an error.As of today we can't just remove it from
gspread
, we first need to inform all users with an user friendly message.message should mention: this method has been deprecated, this authentication flow has been deprecated, provide the alternative authentication flow name
local_server_flow
, provide the URL to the google developers web page:https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob
The text was updated successfully, but these errors were encountered: