Uploading Image on LinkedIn
I 'm on the step of uploading an image to linkedin . Step 1 - InitializeUpload (POST ) Step 2 - Upload the image (PUT ) I get 201 from step 2 , but when I check for the image I get "PROCESSING _FAILED " . Do you know what else needs the Upload image on LinkedIn ? Is a PUT - URL (uploadURL from Step - 1 ) Header Content -Type : image /jpeg (as per image ) media -type -family : STILLIMAGE Content -Lengh : 3199852 Authorization Bearer {access _token } (the one received connecting to linkedin ) Tried Also - Authorization : Bearer Redacted ' " https://www.linkedin.com/dms-uploads/ . . . " (as per doc ) but doesn 't work . Have you been in this issue ever ? How did you fixed it ? yeah "Redacted " won 't work as the token , that 's just on the sample docs to show that you don 't want to publish your auth token (looking at these docs and trying to work out what might be the issue : https://learn.microsoft.com/en-us/linkedin/marketing/community-management/shares/vector-asset-api?view=li-lms-2025-06&tabs=http#upload-the-image ) on the page I linked there , in the curl example , they 're not using the media -type -family or content -length headers , that 's the only thing I noticed how are you checking for the image /requesting it again ? or 3 ? I 'm supposing is the image , because everything else I checked many times and should be as per doc . And also step 2 (the request ) is working correct . As per 3 .1 (api name ) Linkedin is waiting for my image . I think ? or maybe that 's a warning for somethting else these are bad docs 😅 Tried to join a discord for LinkedIn but there isn 't one . 😦 Do you know a better way to transform a blob to binary ? I tried to Encode Base64 from the blob , then I tried with customAction , but nothing . my only offering is this https://developer.mozilla.org/en-US/docs/Web/API/Blob