我正在构建一个使用GoogleCloudVision的OCR的OCR应用程序。Error: 7 PERMISSION_DENIED: Your application has authenticated using end user credentials from the GoogleCloud SDK or GoogleCloud Shell which are not supported by the vision
我已经按照文档安装了google-cloud-vision库。由于某种原因,无法从google.cloud.vision导入types。它在我的pc上运行得很好,现在当我与我的客户分享时,他在导入时遇到了问题,尽管他通过pip安装了库。下面是抛出错误的代码行: from google.cloud import vision
from google.clou