0
我試圖從谷歌獲取的圖像,並告訴他們我的應用程序內爲這我試圖消耗定製搜索谷歌的API的我做了什麼至今:消費對iOS應用谷歌定製搜索JSON API的
- 創建一個自定義搜索引擎。
- 在我打開了自定義搜索的API列表 我與它捆綁標識符應用
- API密鑰
- GTL庫,GTLService,NSURL連接
但每次我得到的結果是:
"error": {"errors": [{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."}],"code": 403,"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project." }}
下面是指南來回所有你需要做的就是它的工作http://stackoverflow.com/ a/27039037/656600 – rptwsthi