我在https://cloud.google.com/video-intelligence/尝试了演示
如果我切换到 API 选项卡,我可以看到请求是
https://videointelligence.googleapis.com/v1/operations/projects/4808913407/locations/us-east1/operations/12700896084805575820?key=YOUR_API_KEY_HERE
但是,当我尝试使用我的 API 密钥执行相同的操作时,我得到
{
"error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED"
}
}
我是否需要以任何特定方式配置 API 密钥才能使其正常工作?