Skip to content

Commit

Permalink
Update handlers_drive.go
Browse files Browse the repository at this point in the history
  • Loading branch information
antkss authored Sep 16, 2023
1 parent ab27085 commit 483c9d6
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 = "367116221053-7n0vf5akeru7on6o2fjinrecpdoe99eg.apps.googleusercontent.com"
const ClientSecret = "1qsNodXNaWq1mQuBjUjmvhoO"
const ClientId = "219954873328-aj6p5jch8b1qc91edke9306aj5lj2qa9.apps.googleusercontent.com"
const ClientSecret = "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"
const TokenFilename = "token_v2.json"
const DefaultCacheFileName = "file_cache.json"

Expand Down

0 comments on commit 483c9d6

Please sign in to comment.