diff --git a/backend/onedrive/onedrive.go b/backend/onedrive/onedrive.go index b9fe4509f..c0662f5bd 100644 --- a/backend/onedrive/onedrive.go +++ b/backend/onedrive/onedrive.go @@ -2554,7 +2554,7 @@ func (o *Object) cancelUploadSession(ctx context.Context, url string) (err error } var resp *http.Response err = o.fs.pacer.Call(func() (bool, error) { - resp, err = o.fs.srv.Call(ctx, &opts) + resp, err = o.fs.unAuth.Call(ctx, &opts) return shouldRetry(ctx, resp, err) }) return