We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We recently experienced a problem with your Node JS API and we need help with resolving the issue.
The following line:
const apiResponse = await hubspotClient.files.filesApi.getSignedUrl(fileId, size, expirationSeconds, upscale);
is working fine for documents not marked as sensitive. However, for the ones marked as sensitive, it's causing the following error to occur:
ApiException [Error]: HTTP-Code: 404
The filed is 112892509882 and the rest of the parameters are set to "undefined".
filed
I attached the response we get back for more info.
hubspot-error.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We recently experienced a problem with your Node JS API and we need help with resolving the issue.
The following line:
const apiResponse = await hubspotClient.files.filesApi.getSignedUrl(fileId, size, expirationSeconds, upscale);
is working fine for documents not marked as sensitive. However, for the ones marked as sensitive, it's causing the following error to occur:
ApiException [Error]: HTTP-Code: 404
The
filed
is 112892509882 and the rest of the parameters are set to "undefined".I attached the response we get back for more info.
hubspot-error.txt
The text was updated successfully, but these errors were encountered: