android - 移动后端启动器错误 : 404 not found

标签 android google-app-engine google-cloud-endpoints endpoints

我正在尝试 Google Mobile Backend Starter 的示例,在我运行留言簿应用程序之前一切正常。当我编写和发送消息时,我收到 GoogleJsonResponseException 404 Not Found

我按照本教程中的说明操作 https://developers.google.com/cloud/samples/mbs/getting_started

有什么想法吗?好像找不到后台?当我尝试连接到 https://[PROJECT_ID].appspot.com/_ah/api/ 我得到同样的 Not Found 错误

提前致谢。

最佳答案

我遇到了类似的错误,并按照 Romin 在对 Brad Abrams 的回答的评论之一中建议的那样做了:我只是在 Google Cloud Console 中重新部署了移动后端启动器。不知道为什么,但它为我解决了这个问题。

关于android - 移动后端启动器错误 : 404 not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16903732/

相关文章:

android - Bad Request 400 从 Flutter 请求 ASP.Net Core 3.0

android - 在按住Android按钮的情况下连续删除EditText的内容

java - 在构造函数方法上调用方法

java - 检查android中可用的网络

google-app-engine - 具有 GRPC 和 Cloud Endpoints 的 App Engine Flex 环境

php - GAE 本地 php - Mint linux - 文件存储不工作

google-app-engine - 在 appengine 中使用 go 语言的 TTFB(延迟)太慢

python - 如何使用 Google App Engine 运行 Selenium 测试?

mysql - 在 Google App Engine 开发环境中使用 JPA 时,非 Ascii 字符保存为 '?'

google-app-engine - 使用 Google Cloud Endpoint (Java) 的内置身份验证时,如何获取当前用户的 Google+ 个人资料?