Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Created a sample extension which is working with iTwin viewer example app.
Trying now to use extension-cli to publish the extension to a project or asset, but fails for my user account.
Command used:
node extension-cli publish --contextId <project_id> --extensionName "sample" --extensionVersion "0.1.0" --path C:/14.Research/psextension/colorextension/lib/extension
Have traced the signin process and can confirm correct user account and token was generated.
What are the permissions or services access I need to assign to the user to be able to change the context ?
Note: Tried using asset id and project id but both generate 403 error.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions