diff --git a/fs/operations/rc.go b/fs/operations/rc.go index ce92a0024..cb2eb4fe4 100644 --- a/fs/operations/rc.go +++ b/fs/operations/rc.go @@ -430,9 +430,10 @@ func rcPublicLink(ctx context.Context, in rc.Params) (out rc.Params, err error) func init() { rc.Add(rc.Call{ - Path: "operations/fsinfo", - Fn: rcFsInfo, - Title: "Return information about the remote", + Path: "operations/fsinfo", + AuthRequired: true, + Fn: rcFsInfo, + Title: "Return information about the remote", Help: `This takes the following parameters: - fs - a remote name string e.g. "drive:"