How to Analyze videos stored in onedrive

Copper Contributor

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

POST https://api.videoindexer.ai/trial/Accounts/xyz-5bc0-abcd-afe9-2d228d209a60/Videos?name=testvideo&pri... HTTP/1.1

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%2...' is unreachable. Trace id: 'cfb8e604-1786-421f-ba36-357c22c70882"
}

 

0 Replies