I am trying to create an XMD Extension with Embed Insight Plugin type.
I followed the steps to create Oauth Client , gave the suggested scope.
Got the bearer token.
but when i try to retrive the Resource URL, i am getting error 403.
I am following the steps and until Step 4 it goes as suggested (https://developer.qualtrics.com/developer/portal/documentation/96a4c909aa64d-hello-world-embed-insights#step-4---generate-a-dashboardwidget-temporary-session)
but then i get 403 error with the following message
{
"meta": {
"requestId": "1e4ba2b9-95b3-42ac-8aff-61ed3994cef6",
"httpStatus": "403 - Forbidden",
"error": {
"errorCode": "EI_2.2",
"errorMessage": "You do not have permission to create this session"
}
}
}