Hi, @taylorgruende👋 Can you provide an example request and response along with the full error body, please? It's likely there is not enough information here for our community to work with.
I haven't created a request yet because I can't get past the packages/modules not installing correctly. Here's the full code for reference -
import hubspot from pprint import pprint from hubspot.crm.exports.export.async import PublicExportRequest, ApiException
I'm receiving an invalid syntax error for line 3. I'm assuming it has something to do with the .async feature. I tried removing it but I still had the same issue.