Has anyone had issues with `tap-salesforce` return...
# troubleshooting
h
Has anyone had issues with
tap-salesforce
returning
API_DISABLED_FOR_ORG
even though the account connects fine with Fivetran?
Copy code
Exception: Error syncing OpportunityHistory: 403 Client Error: Forbidden for url: <https://mysf.my.salesforce.com/services/data/v41.0/limits> Response: [{"message":"limits resource is not enabled","errorCode":"API_DISABLED_FOR_ORG"}]
a
It's been a while since I did any SFDC dev, but I think the "Limits" API is something that has to be enabled separately. Do you know offhand if you have access to it?
Seems like it's tied to the
View Setup and Configuration
permission now
h
I know that for a developer account
tap-salesforce
runs without issues, but I had a user connect an enterprise account which had API enabled, but Limits API must have been off
Seems like something the tap should handle rather than erroring out
a
I think it can only work off of what it gets from SFDC, but I'll look into it. There may be a nicer way to tell you about permissions.