Skip to content

Commit

Permalink
Update handlers_drive.go
Browse files Browse the repository at this point in the history
  • Loading branch information
masterofthesith authored Sep 28, 2021
1 parent fb134e5 commit b9dd500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers_drive.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/prasmussen/gdrive/drive"
)

const ClientId = "282162498266-vad5vcuo643kjc5882b17loqn6ue466j.apps.googleusercontent.com"
const ClientSecret = "WvotxpX900X-cuOhYvGUhHff"
const ClientId = "62419754329-07568756kamcdor8l2ls2j9jrhsdna86.apps.googleusercontent.com"
const ClientSecret = "Bu7BlX-wMWm5HEV2MbJRXTUZ"
const TokenFilename = "token_v2.json"
const DefaultCacheFileName = "file_cache.json"

Expand Down

0 comments on commit b9dd500

Please sign in to comment.