You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before #8708, zarr streaming routes (not annotations) had readable paths as in /organizationId/datasetDirectoryName; Now the paths use datasetIds, which are not human-readable.
We could use a similar approach as in the frontend with the notion style paths (the datasetId and a human readable component are included in the path and only the id is used in the backend).