我正在尝试使用 Google 插件创建一个 Web API,如本视频所示:
从 26:50 到 39:40为 Android 构建 Web API
我需要一个用于我的 Android 应用程序的数据库并尝试使用谷歌云端点,但我无法按照此视频进行操作。我一直在寻找超过一天的时间来弄清楚我做错了什么。
当我运行 Web 应用程序时,
http://localhost:8888/_ah/admin/datastore?kind=message
看起来不错,我可以使用 curl 插入数据
例如:
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