feat(google_photo): Add categories in root, add album support. (#2046)

* feat(google_photo): Add categories in root, add album support.

* fix(google_photo): Remove else block in `drive/google_photo/types.go:60`
This commit is contained in:
Jake Liu
2022-10-18 15:19:05 +08:00
committed by GitHub
parent 45cc0cedbd
commit 3db798a82a
4 changed files with 137 additions and 39 deletions

View File

@ -10,6 +10,7 @@ type Addition struct {
RefreshToken string `json:"refresh_token" required:"true"`
ClientID string `json:"client_id" required:"true" default:"202264815644.apps.googleusercontent.com"`
ClientSecret string `json:"client_secret" required:"true" default:"X4Z3ca8xfWDb1Voo-F9a7ZxJ"`
ShowArchive bool `json:"show_archive"`
}
var config = driver.Config{