Dvc_api.get_url is not working with external data

Hi
Thanks for your reply.

About how do we manage data currently:
We keep usable data on NAS/temp_registy/Dogs, it is accompanied by a database. We add data manually by using scp/sftp. Data removal from ssh://server/home/temp_registry/Dogs/ happens rarely as it holds usable data.

I think I did not fully understand your suggestions here and hence I landed up in misc. errors while working with suggestions. Could you please explain the steps (may be a MWE) I need to take if I want to achieve the following:

  1. Get the data on NAS under dvc version control.
  2. Let multiple user use the data without creating several copies of the whole data / subset of the data in their ‘home’ directory on NAS. (I intend to keep shared cache on NAS, so other users can access it)

I tried to refer this, it did not help much.