mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-07-18 17:38:07 +08:00
fix(dropbox):Disable Dropbox's default use of the online API
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
|
||||
type Addition struct {
|
||||
driver.RootPath
|
||||
UseOnlineAPI bool `json:"use_online_api" default:"true"`
|
||||
UseOnlineAPI bool `json:"use_online_api" default:"false"`
|
||||
APIAddress string `json:"api_url_address" default:"https://api.oplist.org/dropboxs/renewapi"`
|
||||
ClientID string `json:"client_id" required:"false" help:"Keep it empty if you don't have one"`
|
||||
ClientSecret string `json:"client_secret" required:"false" help:"Keep it empty if you don't have one"`
|
||||
|
Reference in New Issue
Block a user