AWS Transcribe API:400错误请求

时间:2019-12-19 08:38:01

标签: php laravel amazon-s3 aws-transcribe

我对AWS Transcribe有问题 我尝试通过PHP使用它。我的凭证具有对AWS工具的完整访问权限。我有以下代码:

 $response = $this->client->startTranscriptionJob([
        'LanguageCode' => 'en-US',
        'Media' => [
            'MediaFileUrl' =>  //S3 audio file path
        ],
        'MediaFormat' => 'mp3',
        'TranscriptionJobName' => 'JobName'
    ]);

但是我收到错误消息

enter image description here

1 个答案:

答案 0 :(得分:0)

由于任一原因,您都可能收到此错误

1)s3对象路径无效

2)s3对象没有退出

3)或调用方没有读取s3对象的权限。