Open osain-az opened 2 years ago
Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).
Hello. I am using the videos beta api to upload videos to LinkedIn. which is implemented using rust.
Currently uploading video less than 4Mb works fine but when uploading file that is chunked, the uploading process was success when chunking the status it stated that the process of the video fails.
Chunking method
To chunk the file,
fs::File
is used which extracts as bytesVec<u8>
. This is done for either a small file or a large file.Making the request
My guess is that the issue is on the chunked file. This leads me to this question. How does Videos Beta API process chunk videos? Is it possible to give feedback on the cause of video process failure if i provide the video_id?
Thanks