Expand my Community achievements bar.

App Builder Authentication

Avatar

Level 1

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?

 

1 Reply

Avatar

Employee

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.