mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-22 12:58:45 +08:00
feat(google): add default client
This commit is contained in:
parent
10fce6c0fe
commit
8a62d55efe
@ -29,12 +29,14 @@ func (driver GoogleDrive) Items() []base.Item {
|
||||
Label: "client id",
|
||||
Type: base.TypeString,
|
||||
Required: true,
|
||||
Default: "202264815644.apps.googleusercontent.com",
|
||||
},
|
||||
{
|
||||
Name: "client_secret",
|
||||
Label: "client secret",
|
||||
Type: base.TypeString,
|
||||
Required: true,
|
||||
Default: "X4Z3ca8xfWDb1Voo-F9a7ZxJ",
|
||||
},
|
||||
{
|
||||
Name: "refresh_token",
|
||||
|
Loading…
x
Reference in New Issue
Block a user