fix: only refresh token while do request (close #3591)
This commit is contained in:
@ -18,7 +18,8 @@ type Addition struct {
|
||||
var config = driver.Config{
|
||||
Name: "Aliyundrive",
|
||||
DefaultRoot: "root",
|
||||
Alert: "warning|Deprecated, no longer maintained and will be removed in a future version",
|
||||
Alert: `warning|Deprecated, no longer maintained and will be removed in a future version.
|
||||
We recommend using the official driver AliyundriveOpen.`,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user