You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am getting the following error when trying to Upload a File Error from HubSpot, JSONResponse=Empty
Repro Steps
I am initiating a new FileHubSpotModel with the following properties: File, Name, Hidden.
File is been retrieved as byte[] from an s3 bucket.
Then i am calling the File.Upload method passing the file create on step1.
At step 3 I am getting the Error mentioned above
Screenshots
Anything else?*
On your documentation, you are using .Upload without specifying the Type. .net 5 complained about that so I had to type it as follow: .Upload<FileHubSpotModel>(file)
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Upload File Response with Empty JSON
Upload File Responses with Empty JSON
Feb 3, 2022
Describe the bug
I am getting the following error when trying to Upload a File
Error from HubSpot, JSONResponse=Empty
Repro Steps
Screenshots
Anything else?*
On your documentation, you are using
.Upload
without specifying the Type. .net 5 complained about that so I had to type it as follow:.Upload<FileHubSpotModel>(file)
The text was updated successfully, but these errors were encountered: