feat(onedrive): support application authorization method (#3906)

This commit is contained in:
安静书生
2023-03-23 13:26:03 +08:00
committed by GitHub
parent c628992ea6
commit b2a5110672
5 changed files with 459 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/mediatrack"
_ "github.com/alist-org/alist/v3/drivers/mega"
_ "github.com/alist-org/alist/v3/drivers/onedrive"
_ "github.com/alist-org/alist/v3/drivers/onedrive_app"
_ "github.com/alist-org/alist/v3/drivers/pikpak"
_ "github.com/alist-org/alist/v3/drivers/pikpak_share"
_ "github.com/alist-org/alist/v3/drivers/quark"