Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Update oauth.go #660

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions auth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down