2

Google クラウド モバイル バックエンド アプリを使用して、最初の Android アプリをセットアップしようとしています。多かれ少なかれ実行していますが、メッセージを送信できません。次のエラーでここで停止します。

どうすればそれを機能させることができるかについての提案はありますか? この質問 から両方のソリューションを試しましたが、これは似ていますが、うまくいきません。Google アプリ エンジンのサンプル アプリが 503 をスローする

V/GCMBroadcastReceiver(26229): onReceive: com.google.android.c2dm.intent.REGISTRATION
V/GCMBroadcastReceiver(26229): GCM IntentService class: com.google.cloud.backend.android.GCMIntentService
V/GCMBaseIntentService(26229): Acquiring wakelock
D/GCMBaseIntentService(26229): handleRegistration: registrationId = null, error = INVALID_SENDER, unregistered = null
D/GCMBaseIntentService(26229): Registration error: INVALID_SENDER
V/GCMBaseIntentService(26229): Releasing wakelock
W/AbstractGoogleClient(26229): Application name is not set. Call Builder#setApplicationName.

error: 
com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 Service Unavailable
{
  "code": 503,
  "errors": [
    {
      "domain": "global",
      "message": "",
      "reason": "backendError"
    }
  ],
  "message": ""
}
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:111)
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:38)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:314)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1060)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:412)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:345)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:463)
at com.google.cloud.backend.android.CloudBackend.insert(CloudBackend.java:111)
at com.google.cloud.backend.android.CloudBackendAsync.access$0(CloudBackendAsync.java:1)
at com.google.cloud.backend.android.CloudBackendAsync$1.callBackend(CloudBackendAsync.java:87)
at com.google.cloud.backend.android.CloudBackendAsync$1.callBackend(CloudBackendAsync.java:1)
at com.google.cloud.backend.android.CloudBackendAsync$BackendCaller.run(CloudBackendAsync.java:428)
4

0 に答える 0