-
Having some issues getting my model to show. I'm thinking probably related to some other scope I need to add? the model is part of a project, for which my user account is valid. But I get an unauthorized error. Please advise - screenshots and env copied below. I will recreate the app with the web-viewer CRA template once I know what's going on.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you are using iTwin.js 3.0 you only need If you are not sure if you are using iTwin.js 3.0 just look in your package.json for @iTwin packages that are 3.x.x versions. |
Beta Was this translation helpful? Give feedback.
If you are using iTwin.js 3.0 you only need
imodelaccess:read imodels:read realitydata:read
scopes to use the iTwin Viewer.If you are not sure if you are using iTwin.js 3.0 just look in your package.json for @iTwin packages that are 3.x.x versions.