reearth / resium

React components for 🌏 Cesium
https://resium.reearth.io
MIT License
727 stars 134 forks source link

Get method is not allowed on a 3dtile asset #637

Open thomasnik opened 1 year ago

thomasnik commented 1 year ago

I try to use cesium ion api and im taking get method is not allowed.

Here is my code to fetch a 3dtile asset:

<Entity tileset={{ uri: 'https://api.cesium.com/assets/1942287/endpoint' }} />

i tried with cesium3dtile component also and with model and all possible variations

Can anyone help??