2

iOS app: - I am integrating google+ API in my iPhone application, i downloaded google+ API through this link:- "https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.0.0.zip".

I have successfully integrated it in my code, but when i am trying to get user information, it is giving me error "The operation couldn’t be completed. (Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.)",

Any idea about this..!! Why this error comes.?

4

2 回答 2

4

它说“所有 API 调用都需要 OAuth 2.0 令牌或 API 密钥。” 因此,您应该获取 API 密钥并将其作为参数传递 https://www.googleapis.com/plus/v1/activities/z12gtjhq3qn2xxl2o224exwiqruvtda0i?key=YOUR-API-KEY

于 2012-10-24T17:37:16.160 回答
0

当您已经登录并且仍然尝试一次又一次地登录时,会发生此问题。我遇到了同样的错误,所以做了一些实验 1)我在手机上打开了网站,一切都很好。2)然后我在另一台笔记本电脑上尝试并使用不同的gmail帐户登录,它再次正常工作。3)在我的第一台笔记本电脑上,我通过单击“登录”按钮再次绑定,我遇到了同样的错误,所以我打开了 google.com,然后完全注销,然后再次尝试,这次成功了。所以我相信,问题是一次又一次地单击登录按钮而无需注销。

我不确定这是否真的是一个问题,但至少这是我发现的。我仍在尝试,尝试和尝试,如果我发现任何其他内容,我会发布。

干杯!!

于 2015-02-13T15:08:58.757 回答