I am integrating Adobe Experience Platform Batch Ingestion APIs using my Adobe Developer Console project.
The project has the Adobe Experience Platform API added, and I’m using service account (JWT/OAuth) credentials for authentication.
However, when I try to create or write to a dataset, I get the following 403 ForbiddenError:
Expected:
The dataset should be successfully created or be accessible for writing under the prod sandbox.
Actual:
The request fails with a 403 ForbiddenError, indicating that the service account does not have WRITE permission to the dataset.
Question:
What permissions or configurations are required in Adobe Experience Platform or Adobe Developer Console to grant the service account WRITE access to datasets in the prod sandbox?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @GouravTi
It is happening due to lack of access.
Please refer the below link which has list of permissions. I have also added a snippet of few permission which were related to data ingestion and management.
https://experienceleague.adobe.com/en/docs/experience-platform/access-control/home
Hi @GouravTi
It is happening due to lack of access.
Please refer the below link which has list of permissions. I have also added a snippet of few permission which were related to data ingestion and management.
https://experienceleague.adobe.com/en/docs/experience-platform/access-control/home
@GouravTi Hope the response helped you in resolving the issue you had, let us know if you have any other open questions and if the issue is resolved it would help to like or respond to the post so that everyone else in the community knows and learns from it.