array (
'serviceErrorCode' => 0,
'message' => 'The request is not a multipart request',
'status' => 400,
)
Steps to Reproduce
I'm struggling to send Multipart/form data to the LinkedIn API via Happyr. I've attempted all sorts of ways to get this to work, and here's the the last attempt before creating this issue:
Actual Behavior
I need to upload Rich Media following the LinkedIn docs: https://developer.linkedin.com/docs/guide/v2/shares/rich-media-shares#upload
Expected Behavior
A URN response, e.g.
Actual response
Steps to Reproduce
I'm struggling to send Multipart/form data to the LinkedIn API via Happyr. I've attempted all sorts of ways to get this to work, and here's the the last attempt before creating this issue:
Possible Solutions
Add support for multipart forms (or guide on how to do this properly)