App Builder Authentication | Community
Skip to main content
October 28, 2024
Question

App Builder Authentication

  • October 28, 2024
  • 1 reply
  • 669 views

I'm trying to set up Adobe I/O API for syncing data with Adobe Events using App Builder. I've successfully created a project and a workspace in the Developer Console.

When I connect my local Adobe Commerce setup to this workspace, the event data syncs properly. However, when I attempt the same connection from my development environment on Adobe Commerce Cloud, I receive the following error:

**Event publishing failed: Error code: 403; reason: Forbidden**
```json
{
"error": {
"code": "Forbidden",
"message": "Client ID is invalid",
"details": {
"error_code": "403003"
}
}
}
```

Can someone assist me with this issue?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
October 29, 2024

Hi, here's some troubleshooting steps - https://developer.adobe.com/commerce/extensibility/events/troubleshooting/

 

The error looks like the project in the Developer Console is missing the Adobe I/O Events for Adobe Commerce API.