Skip to content

Commit 73f591d

Browse files
committed
Added image to show how to use upload media url.
1 parent 3c91526 commit 73f591d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

website/docs/connect-data/reference/linkedin.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ After you receive the `uploadUrl`, upload the binary file contents directly to L
332332
5. Set the **Body** to **Binary** and provide `{{FilePicker1.files[0].data}}` as the value.
333333
6. Run the API to upload the image/video bytes, which completes the media upload for the returned `media` URN.
334334

335+
<ZoomImage
336+
src="/img/linkedin-upload-media.png"
337+
alt="Upload media using PUT request and a FilePicker widget"
338+
caption="Upload media using PUT request and a FilePicker widget"
339+
/>
340+
335341
### Get Media Upload Status
336342

337343
The Get Media Upload Status command checks the upload/processing status of media (image, video, or document) on LinkedIn using the LinkedIn API via a proxy. This is useful for monitoring the status of uploaded media assets before using them in posts or other LinkedIn content.
334 KB
Loading

0 commit comments

Comments
 (0)