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",
|
Label: "client id",
|
||||||
Type: base.TypeString,
|
Type: base.TypeString,
|
||||||
Required: true,
|
Required: true,
|
||||||
|
Default: "202264815644.apps.googleusercontent.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "client_secret",
|
Name: "client_secret",
|
||||||
Label: "client secret",
|
Label: "client secret",
|
||||||
Type: base.TypeString,
|
Type: base.TypeString,
|
||||||
Required: true,
|
Required: true,
|
||||||
|
Default: "X4Z3ca8xfWDb1Voo-F9a7ZxJ",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "refresh_token",
|
Name: "refresh_token",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user