From 629e118549b5ffaba1706a8eae885aa50e885b9b Mon Sep 17 00:00:00 2001 From: tesserakt <80107609+tesserakt@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:28:17 +0545 Subject: [PATCH] Update oauth.go refer https://developers.google.com/identity/protocols/oauth2/resources/oob-migration --- auth/oauth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/oauth.go b/auth/oauth.go index bc567385..8675a875 100644 --- a/auth/oauth.go +++ b/auth/oauth.go @@ -88,6 +88,7 @@ func getConfig(clientId, clientSecret string) *oauth2.Config { ClientSecret: clientSecret, Scopes: []string{"https://www.googleapis.com/auth/drive"}, RedirectURL: "urn:ietf:wg:oauth:2.0:oob", + ack_oob_shutdown: 2022-10-03, Endpoint: oauth2.Endpoint{ AuthURL: "https://accounts.google.com/o/oauth2/auth", TokenURL: "https://accounts.google.com/o/oauth2/token",