【发布时间】:2016-06-21 03:54:42
【问题描述】:
您好,我正在尝试使用谷歌的云视觉 API,特别是这个例子:https://cloud.google.com/vision/docs/label-tutorial#label_tutorial_1
我按照本教程:https://cloud.google.com/vision/docs/getting-started#set_up_a_service_account 设置服务帐户,但是当我运行我的代码时,我得到:
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://vision.googleapis.com/$discovery/rest?version=v1 returned "Request had insufficient authentication scopes.">
有人可以帮忙吗?我不知道发生了什么,我的代码与教程是 1:1 的。
【问题讨论】:
标签: python google-cloud-platform google-cloud-vision