diff --git a/backend/dropbox/dropbox.go b/backend/dropbox/dropbox.go index 100044862..ca026e8c9 100644 --- a/backend/dropbox/dropbox.go +++ b/backend/dropbox/dropbox.go @@ -1435,7 +1435,7 @@ func (f *Fs) changeNotifyRunner(ctx context.Context, notifyFunc func(string, fs. } if entryPath != "" { - notifyFunc(entryPath, entryType) + notifyFunc(f.opt.Enc.ToStandardPath(entryPath), entryType) } } if !changeList.HasMore {