Assets from multiple Ion Accounts/Using multiple Accesstokens

Hello everyone,

I’ve been playing around with the functions of CesiumJS quite a bit recently and I am using an asset from a public access token as my terrain provider (from the PLATEAU VIEW project). However now I want to use photogrammetry that I upload to my own Cesium Ion account.
Is it possible to use multiple accesstokens within one project? I was researching for a while but was unable to find any info on whether it’s possible …

Best,
Jacques

I have a temporary implementation by using the token for the terrain provider first to add the terrain and the viewer, then switch to my private token for the photogrammetery and then switch back to the public one again so the terrain actually updates while moving the camera.
I think it would be nice if it was possible to define a token “per asset” which you use only for that one asset import.