Excel Add-In for LinkedIn

Build 25.0.9434

UploadVideoThumbnail

Upload the thumbnails of your video assets.

Procedure Specific Information

To use this stored procedure, exactly one of the following parameters must be specified (besides the ones reported in the table below as Required):

  • LocalFile
  • FileStream
  • FileData

If no parameter is used, or more than one parameter is used, the procedure will fail.

Input

Name Type Required Description
UploadURL String True The URL to use for uploading the video's thumbnail.
LocalFile String False The absolute path of the image file in your system to upload for the video's thumbnail.
FileData String False A Base64-encoded string containing the image data to upload for the video's thumbnail. Useful in cases when neither the 'LocalFile' parameter nor the 'FileStream' parameter are viable options.

Result Set Columns

Name Type Description
Success Boolean A boolean value indicating whether the thumbnail was uploaded successfully or not.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434