When using --skipUpload user got the error “Missing required option(s) [companyId, applicationId]”. But when the options ‘companyId’ and ‘applicationId’ were included, user got the error "Incorrect credentials or invalid token, please check"
Solution
- Check if the syntax is correct. In the command the user used a long and regular dash before the skipUpload flag. e.g. –-skipUpload instead of the two small dashes.
- Try the HighlightAutomation.jar instead of docker image if docker image is used.
- Run the command line from the HighlightAutomation.jar folder. Change the directory (cd) to the HighlightAutomation.jar folder and run the command from there.
Ticket
51027
Comments