The Mobile backend starter (https://developers.google.com/cloud/samples/mbs/) doesn't seem to work "out-of-the-box", where I have deployed the backend from the Cloud console, and downloaded the Android app and typed the PROJECT_ID and PROJECT_NUMBER when running the Android app it throws this error:
10-22 03:14:01.990: W/AbstractGoogleClient(675): Application name is not set. Call Builder#setApplicationName.10-22 03:14:06.840: D/dalvikvm(675): GC_CONCURRENT freed 462K, 14% free 5685K/6535K, paused 15ms+23ms, total 92ms10-22 03:14:06.870: I/CloudBackend(675): error: 10-22 03:14:06.870: I/CloudBackend(675): com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found10-22 03:14:06.870: I/CloudBackend(675): Not Found10-22 03:14:06.870: I/CloudBackend(675): at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:111)10-22 03:14:06.870: I/CloudBackend(675): at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:38)10-22 03:14:06.870: I/CloudBackend(675): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:314)10-22 03:14:06.870: I/CloudBackend(675): at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1060)10-22 03:14:06.870: I/CloudBackend(675): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:412)10-22 03:14:06.870: I/CloudBackend(675): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:345)10-22 03:14:06.870: I/CloudBackend(675): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:463)10-22 03:14:06.870: I/CloudBackend(675): at com.google.cloud.backend.android.CloudBackend.insert(CloudBackend.java:111)10-22 03:14:06.870: I/CloudBackend(675): at com.google.cloud.backend.android.CloudBackendAsync.access$0(CloudBackendAsync.java:1)10-22 03:14:06.870: I/CloudBackend(675): at com.google.cloud.backend.android.CloudBackendAsync$1.callBackend(CloudBackendAsync.java:87)10-22 03:14:06.870: I/CloudBackend(675): at com.google.cloud.backend.android.CloudBackendAsync$1.callBackend(CloudBackendAsync.java:1)10-22 03:14:06.870: I/CloudBackend(675): at com.google.cloud.backend.android.CloudBackendAsync$BackendCaller.run(CloudBackendAsync.java:428) What could I be missing? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
