Given the following space: ``` { "value":[ { "driveAlias":"/eos/user/h/hugo", "driveType":"personal", "id":"aaaa-bbbb-cccc-dddd", "webdavUrl":"https://cernbox.cern.ch/dav/spaces/eos/user/h/hugo" ] } ```` Navigation works by `id`: `https://cernbox.cern.ch/files/spaces/aaaa-bbbb-cccc-dddd/relative/path/to/file.txt` We expect navigation to work with `driveAlias`: `https://cernbox.cern.ch/files/spaces/eos/user/h/hugo/relative/path/to/file.txt` Is this implemented? If yes, how can we enable it?
Given the following space:
Navigation works by
id:https://cernbox.cern.ch/files/spaces/aaaa-bbbb-cccc-dddd/relative/path/to/file.txtWe expect navigation to work with
driveAlias:https://cernbox.cern.ch/files/spaces/eos/user/h/hugo/relative/path/to/file.txtIs this implemented?
If yes, how can we enable it?