Skip to content

Commit

Permalink
fix(aliyundrive_share): no permission after share_id change (#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Code2qing authored Feb 4, 2023
1 parent d89b1d4 commit 86e5dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/aliyundrive_share/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func (d *AliyundriveShare) Drop(ctx context.Context) error {
if d.cron != nil {
d.cron.Stop()
}
d.DriveId = ""
return nil
}

Expand Down

0 comments on commit 86e5dae

Please sign in to comment.