GoogleJsonResponseException: 404 Not Found using google apps endpoint engine backend

后端 未结 6 681
不思量自难忘°
不思量自难忘° 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

    Another possible cause for this problem is not setting the correct applicationId in appengine-web.xml:

    
    
      APPLICATION_ID_HERE
    

    ...

    
    

提交回复
热议问题