Hello,
I’m trying to develop a feature for a HubSpot app that uses the Export API. I’ve added the
crm.export
to my oauth scopes and checked the box for it in the app “Auth Settings” from my developer dashboard.
But when I try to create an export on my portal, I’m getting the following error (403 response code):
{
“status”: “error”,
“message”: “Public Exports API is gated for this portal”,
“correlationId”: “6853854d-f794-4c21-ade8-5792cc0ca2a9”,
“category”: “MISSING_PERMISSIONS”
}
From a previous thread, it seems like I’ll need to reach out to support to request that this API be un-gated for my portal. But does that also mean this functionality won’t work for any of the customers who might install my app either, until they’ve requested that feature be ungated? Is there a timeline for when the Export API will be available to all portals?