Dvc error "file not owned by user"

Hi,
I am configuring dvc on shared system.
The ubuntu system has multiple user ids as logins.

The folder dataset1 is copied by one user “user1”.
Now when I am doing “dvc add dataset1”, its showing as
“file not owned by user”.

I have rwx permissions on the dataset1. I verified using getfacl.
Can anyone please guide how can i do “dvc add” without getting error. I dont want to do as root user as later during git push we would need username for tracking.

Kindly help please.

Thanks & Regards

@Ruchita, could you please share the traceback by running dvc add -v? Thanks.