I have uploaded videos successfully, and those videos require signed url, so on my BE side, I made a function to generate the token locally instead of making API calls to /token to generate the token. That function was working well, I have used it for months (~ one year) then suddenly all the videos’ URL cannot be retrieved, I tried to access to those URL and it says “404 Not found”. Then, I tried to use /token API, but the response is:
[
{
“code”: 10005,
“message”: “Failed to parse body”
}
]
Can you share a cURL example of your call to /token endpoint with key and any sensitive information redacted? Thanks.
1 Like