メニュー項目を含むタイムライン カードを作成し、同じものをサブスクライブしました。ミラー API プレイグラウンドから (メニュー項目をクリックして) 試してみると、通知の送信が表示されますが、サービスは通知を受信できませんでした。私のサービスログも。
以下は私のサブスクリプションjsonです。
{
"kind": "mirror#subscription",
"id": "timeline",
"updated": "2013-12-19T06:27:20.269Z",
"collection": "timeline",
"operation": [
"UPDATE"
],
"callbackUrl": "https://mirrornotifications.appspot.com/forward?url=http://192.xxx.xx.xxx:8080/GlassService/google/service/get_balance",
"verifyToken": "example_user",
"userToken": "email"
}
コールバック URL の IP アドレスの代わりに、localhost でも試してみました。同じ結果が得られました。
これで私を助けてください。
前もって感謝します。