Forum Discussion
aby997
Aug 04, 2021Copper Contributor
How to Analyze videos stored in onedrive
How can I generate an access token for the video.
I tried to analyze a video stored in OneDrive and getting URL_UNREACHABLE error when I tried with the video upload API
HTTP request
Content-Type: multipart/form-data
Cache-Control: no-cache
Ocp-Apim-Subscription-Key: XYZHHHHHHHHHHHHHHHHHHHHHHHH
Send
HTTP response
HTTP/1.1 400 Bad Request
content-length: 251
content-type: application/json; charset=utf-8
{
"ErrorType": "URL_UNREACHABLE",
"Message": "Url 'https://company.my.sharepoint.com/:v:/r/personal/abcd_xyz_com/Documents/Recordings/XYZ%20Knowledge%20transfer-20210721_120035-Meeting%20Recording.mp4' is unreachable. Trace id: 'cfb8e604-1786-421f-ba36-357c22c70882"
}
No RepliesBe the first to reply