Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Given user does not have permission to resource [object Object] action read

Avatar

Level 2

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 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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

 

Screenshot 2023-09-22 at 14.49.53.pngScreenshot 2023-09-22 at 14.50.00.png

 

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.

 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

@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

 

Screenshot 2023-09-22 at 14.49.53.pngScreenshot 2023-09-22 at 14.50.00.png

 

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.

 

 

Avatar

Level 2

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"}"

 

Avatar

Level 2

I will try getting to the page of your screenshot to cross check permissions.