Moh*_*der 10 google-plus google-api-objc-client
我收到"错误":{
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceededUnreg",
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"extendedHelp": "https://code.google.com/apis/console"
}
],
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
}
当我尝试通过https://www.googleapis.com/plus/v1/people/me URL字符串获取Google+ api中的用户个人资料时.如果有人有任何建议,请尽快告诉我.在此先感谢您的时间.
该消息表示您尚未设置Google API控制台项目.
您将看到客户端ID和客户端密钥值.您将使用这些值来启用与项目和Google API的通信.
如果您尚未使用它,请参阅Google+ iOS SDK和文档以获取完整的演练.称为"写时刻"的任务在实现中类似,并演示了如何在使用SDK的iOS项目中连接和使用Google+ REST API.
您需要指定plus.me的范围以获取配置文件信息.