Hey All,
I have one scheduler which updates custom objects records in a batch of 100.
For example, I need to update 1000 records, so calling the update API 10 times continuously, from this process I get the error 403 Forbidden on some of the calls of API.
I try to check with API logs from the Private App dashboard, but I also can’t see those logs.
I already added scopes :
crm.schemas.custom.read crm.objects.custom.read crm.objects.custom.write crm.schemas.custom.write
What is the issue here?
Hello @ASavaliya
The 403 Forbidden error you’re encountering when making batch update API calls for custom objects indicates that your request is being denied due to insufficient permissions or authorization issues. Check all the necessary permission and requests.
Hi @himanshurauthan
You can see, I mention all scopes that are added in the private app, and this issue was raised from 4th May 2023, before that this issue not happend and from only 4 to 5 call are get successfully response out of 10 API calls.
If there is scope issue then need to fail all API call insted of some API call.
Hey all,
I found some more logs about this error. So when I am calling batch Update API I below Error :