我有用于Google云平台高级计划的credentials.json
文件。我需要使用Google地理编码API来解析地址。我使用new GeoApiContext.Builder().enterpriseCredentials()
函数来传递client_id
文件中的private_key
和credentials.json
。
但是我在尝试解析地址时收到异常Server error 403 forbidden
。
我的问题是,在将私钥传递给GeoApiContext之前,是否需要将私钥(从凭据json文件)转换为其他内容?还是我需要在Google Cloud Platform中启用google maps / geocoding api才能使用它?
谢谢。