GoogleJsonResponseException: 404 Not Found using google apps endpoint engine backend

后端 未结 6 654
不思量自难忘°
不思量自难忘° 2021-01-05 16:51

I followed the tutorial below.

https://developers.google.com/eclipse/docs/running_and_debugging_2_0

which basically added a GAE backend to my existing app.

6条回答
  •  不知归路
    2021-01-05 17:25

    this happen because your deploy back-end is not fully deployed. just re-deploy your back-end and make sure you got the message deploy succeed. you can check the detail deploy process on the top page header. also, you can test by visiting the url to check:

    https://developers.google.com/apis-explorer/?base=https://[YOUR_PROJECT_ID].appspot.com/_ah/api#p/
    

提交回复
热议问题