hello when trying to convert animated images (gifs) to video we get 403
status: 403,
statusText: 'Forbidden',
headers: [Object [AxiosHeaders]],
config: [Object],
request: [ClientRequest],
data: '<HTML><HEAD>\n' +
'<TITLE>Access Denied</TITLE>\n' +
'</HEAD><BODY>\n' +
'<H1>Access Denied</H1>\n' +
' \n' +
`You don't have permission to access "http://ucarecdn.com/39ae508b-b149-4683-8768-cd0bc9cb62ec/gif2video/-/format/mp4/" on this server.<P>\n` +
'Reference #18.75426376.1726095469.5bdba2a\n' +
'<P>https://errors.edgesuite.net/18.75426376.1726095469.5bdba2a</P>\n' +
'</BODY>\n' +
'</HTML>\n'
}
here is the url we want to reach (uuid is correct)
https://ucarecdn.com/39ae508b-b149-4683-8768-cd0bc9cb62ec/gif2video/-/format/mp4/ 1
I have tried using
https://api.uploadcare.com/39ae508b-b149-4683-8768-cd0bc9cb62ec/gif2video/-/format/mp4/ 1
but fail again.
Second questions how we can combine both convertion and crop operations together?
To convert into video and crop with provided numbers?
Thanks