Cdn-interactions / ERR_ABORTED 403

Hello,
When I try to integrate
<script src=‘https://viewer.shapediver.com/v3/2.3.1/cdn-interactions/bundle.js’></script>
I get an error :
GET https://viewer.shapediver.com/v3/2.3.1/cdn-interactions/bundle.js net::ERR_ABORTED 403

while
<script src=‘https://viewer.shapediver.com/v3/2.3.1/bundle.js’></script>
is working fine.

Hello @Loic_Le_Mortellec,

thank you for making us aware of this. There is an error in the documentation. You don’t need to load an additional script to load the interactions feature, it’s all in the same initial script that is already working for you.

You can find the interactions under the global property SDVInteractions. Similar to how you can get the standard API calls via SDV.

Cheers, Michael