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?