Downloading captions always returns a 403

前端 未结 4 1422
抹茶落季
抹茶落季 2020-12-16 03:01

When I call the captions.download endpoint with an ID that we retrieve from the captions.list endpoint, it always returns a 403. For example:

4条回答
  •  抹茶落季
    2020-12-16 03:37

    Status 403 Forbidden means that nobody has the right to access that URL. You shouldn't receive that message if you have the wrong API key, for example; that should give Status 401 Unauthorised. I'd check the URL carefully.

提交回复
热议问题