2014-06-13 67 views
0

我試圖從谷歌獲取的圖像,並告訴他們我的應用程序內爲這我試圖消耗定製搜索谷歌的API的我做了什麼至今:消費對iOS應用谷歌定製搜索JSON API的

  1. 創建一個自定義搜索引擎。
  2. 在我打開了自定義搜索的API列表
  3. 我與它捆綁標識符應用
  4. API密鑰
  5. 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." }} 
+0

下面是指南來回所有你​​需要做的就是它的工作http://stackoverflow.com/ a/27039037/656600 – rptwsthi

回答

0

要激活的API爲您的項目,請執行以下操作:

1)轉到Google Developers Console。 選擇一個項目。 在左側的邊欄中,選擇API &驗證。 在顯示的可用API列表中,找到要激活的那個,並將其狀態設置爲ON。

UPDATE: 2)然後轉到「API訪問」,並指定您的呼叫域或IP地址

+0

我已經完成了 –