我需要帮助理解android的谷歌API。我请求一家外部公司访问他们的数据库,他们说我可以免费访问。我现在真的很高兴,但他们说他们需要API key details so they can provision it with Premier Free access. I should be able to find it in my API account information.
,我不知道他们需要什么样的密钥。
感谢您的帮助!
发布于 2017-02-09 08:28:16
Google API密钥是在访问google服务时对用户进行身份验证的密钥。例如,您可以获取的API密钥,并使用该密钥在应用程序中访问google地图服务
https://stackoverflow.com/questions/42131461
复制