co2-storage
co2-storage copied to clipboard
Allow assets.co2.storage to show other data types
Currently, if asset.co2.storage gets data that is not structured as an asset then it displays "invalid asset CID provided". Example here
We need a viewer that shows data even if it is not structured as an asset, ie. a better-formatted version of the dag gateway
asset.co2.storage should:
- If it can, load and display the asset exactly as it does now
- if this doesn't work, load the raw data and display as either a DAG or as data (image, pdf, etc)
- If this doesn't work, message "Cannot find CID"