我嘗試使用谷歌插件創建Web API如本視頻沒有API:應用程序引擎:在資源管理器
Building web API's for Android 從26:50直到看到
39:40我需要我的Android應用程序的數據庫並嘗試使用Google雲端點,但無法在此視頻之後進行操作。我一直在尋找一天多的時間來弄清楚我做錯了什麼。
當我運行Web應用程序,
http://localhost:8888/_ah/admin/datastore?kind=message
看看好嗎,我可以使用插入數據捲曲
例如:
curl -H 'Content-Type: application/json' -d ' { "msMsg" : "my message!", "id" : 1 } ' http://localhost:8888/_ah/api/msgendpoint/v1/msg
但是當我做
http://localhost:8888/_ah/api/explorer
我得到這個:
HTTP ERROR 404
Problem accessing /_ah/api/explorer. Reason:
NOT_FOUND
端點目前處於受信任的測試人員關閉的程序下。你申請了嗎? http://endpoints-trusted-tester.appspot.com – alex 2012-07-16 18:40:50
謝謝!這是事實,我還沒有接受。我不確定我不能在當地使用它... – Boy 2012-07-17 08:18:49