fix(dropbox):Disable Dropbox's default use of the online API

This commit is contained in:
Suyunmeng
2025-06-23 20:04:40 +08:00
parent 96cf2f7cf9
commit cf85d49b6c

View File

@ -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"`