我正在尝试从在 Cloud Run 中运行的 Go 网站访问 Google Cloud Run,但当我尝试创建 Vision Client 时,该程序一直很恐慌:
client, err := vision.NewImageAnnotatorClient(context.Background(), nil)
恐慌:
runtime error: invalid memory address or nil pointer dereference goroutine
我假设,由于它在GCP中运行,并且为Cloud Run服务分配了一个具有访问Vision API权限的IAM帐户,因此它只能像没有密钥的Cloud Functions一样访问它,我在这里缺少什么吗?
素胚勾勒不出你
相关分类