6

Postacı firebase url kullanarak vurmaya çalışıyorum ama bana hata veriyor. Ben kurulum her şey var ama hala bana hataİstek bir Kimlik Doğrulama Anahtarı eksik FCM Token

İşte

veriyor ben postacı

<HTML> 
    <HEAD> 
     <TITLE>The request was missing an Authentification Key (FCM Token). Please, refer to section &quot;Authentification&quot; of the FCM documentation, at https://firebase.google.com/docs/cloud-messaging/server.</TITLE> 
    </HEAD> 
    <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> 
     <H1>The request was missing an Authentification Key (FCM Token). Please, refer to section &quot;Authentification&quot; of the FCM documentation, at https://firebase.google.com/docs/cloud-messaging/server.</H1> 
     <H2>Error 401</H2> 
    </BODY> 
</HTML> 


These things I am adding <br/> 
url = 'https://fcm.googleapis.com/fcm/send'<br/> 
method = POST<br/> 
Headers <br/> 
Authorization = 'FIREBASE_SERVER_API_KEY'<br/> 
Content-Type = application/json<br/> 
Body = 
"{"registration_ids":["ids"],"priority":"high\",\"data\":{\"notification_id\":76,\"title\":\"dvxcv\",\"description\":\"xcvxv\",\"image\":\"/uploads/image/image/37513/Screenshot_from_2016-10-17_10_43_59.png\"}}" 

cevap

4

Üstbilgi ilk yapmanız gereken üzerinde alıyorum hatadır
Yetki: anahtar = 'FIREBASE_SERVER_API_KEY'

Ve size ayrıştırma json ile ilgili sorunlar yaşıyorsanız

{"registration_ids":["ids"],"priority":"high","data":{"notification_id":76,"title":"dvxcv","description":"xcvxv","image":"/uploads/image/image/37513/Screenshot_from_2016-10-17_10_43_59.png"}} 
'/' kaldırmak zorunda herhangi bir karışıklık için

Düzenleme benim öğretici izleyin how to integrate firebase with ruby on rails

+0

Postman'da da aynı mesajı alıyorum ve Yetkilendirmem var: key = (Bu, Cloud mesajlaşma sekmesinde gösterilen FCM belirtecidir) –

+0

Peki, nasıl çözdünüz? – ankur

+0

Hala neyin yanlış olduğunu bulamadınız. –

1

altında Başlıkları, Yetki: anahtar = AAAA .....

Firebase Sunucusu anahtar belirteci önünde "tuşuna =" ADD ZORUNDA !! !

+0

Bu çalıştı. Aferin. – kamyFC

İlgili konular