Cesium v1/assets endpoints returning 404 error

I am getting this error using this: new Cesium.IonImageryProvider({ assetId: 3954 }) but I am also noting it in cesium sandcastle viewer when switching to Bing Aerial with labels or street which use the same path “/v1/assets…”

Thanks for reporting @maarondesigns! This should be fixed now. Can you confirm?

I am still getting a 404 error but I see those same endpoints are working in the sandcastle. Maybe it is an issue with my access token? I tried hard reloading my site in case it was some kind of caching issue but that did not work. Maybe caching on cesium’s server side?..Annotation 2020-05-01 152116

Ok, that means you’re not subscribed to those assets. Go to https://cesium.com/ion/assetdepot/ and make sure you’re subscribed to those layers.

That’s odd. I am pretty sure I did that already but I just did again and now it is working. Thanks!

1 Like

I am also facing the same issue