Hi Team,
I get the following error, when ingesting data to AEP. I am attaching the code that I am using. Could you please guide me
Error ingesting data: 403
{"type":"/placeholder/type/uri","status":"403","title":"Forbidden","detail":"Unable to execute [Response Status Code = 403] @ uri: https://platform.adobe.io/data/foundation/catalog/dataSet/650c8fb325ed3928d3cc08e2?properties=id%2Ci... due to: {\"type\":\"/placeholder/type/uri\",\"status\":403,\"title\":\"ForbiddenError\",\"detail\":\"Given user does not have permission to resource [object Object] action read status 403\"}"}PS
Solved! Go to Solution.
Views
Replies
Total Likes
@sugeshmundayadan Out of curiosity, can you successfully use the Catalog Service API call to list all datasets? See below:
GET https://platform.adobe.io/data/foundation/catalog/dataSets
What permissions do you have on your AEP role? ... specifically for 'Data Management' and 'Data Ingestion' - see screenshots
If easier, feel free to raise a Support ticket via the Admin Console, the Support team will then be able to 'impersonate' your user to troubleshoot closer to the issue.
Views
Replies
Total Likes
@sugeshmundayadan Out of curiosity, can you successfully use the Catalog Service API call to list all datasets? See below:
GET https://platform.adobe.io/data/foundation/catalog/dataSets
What permissions do you have on your AEP role? ... specifically for 'Data Management' and 'Data Ingestion' - see screenshots
If easier, feel free to raise a Support ticket via the Admin Console, the Support team will then be able to 'impersonate' your user to troubleshoot closer to the issue.
Views
Replies
Total Likes
Same error when retrieving catalogue
"{"type":"/placeholder/type/uri","status":403,"title":"ForbiddenError","detail":"Given user does not have permission to resource [object Object] action read status 403"}"
I will try getting to the page of your screenshot to cross check permissions.