-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Originally, we used to require that you access an asset through the dandiset and version it belonged to. For a while now, we've had an endpoint for accessing assets directly, via their asset ID. However, this leads to a situation where you can easily access an orphaned asset, which can be misleading, as you might assume it's an "active" asset. We also intend to garbage collect orphaned assets, which would prevent access to that asset anyways.
I think we should either update the direct asset endpoint to only return assets that have an associated version (and thus would 404 on orphaned asset access), or return some other 4xx level response.
@yarikoptic @satra Do you know of anyone that make significant use of orphaned assets?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels