• 04-09-2016, 13:06:34
    #1
    Sorun Çözüldü :
    eğer benzer sorunla karşılaşan arkadaşlar olursa diye :
    "Credentials" kısmından oluşturduğum apiyi sildim ve yenisini oluştururken "Browser Key" seçtim.Çalıştı

    Başlıkta belirttiğim gibi bir sorunum var,

    https://www.googleapis.com/youtube/v3/search?part=snippet&maxResults=5&safeSearch=strict&type=video&q='.$search.'&key='.$youtube_key.'
    dönen hata şu şekilde :
    {
     "error": {
      "errors": [
       {
        "domain": "usageLimits",
        "reason": "ipRefererBlocked",
        "message": "The referrer null does not match the referrer restrictions configured on your API key. Please use the API Console to update your key restrictions.",
        "extendedHelp": "https://console.developers.google.com/apis/credentials?project=123456789"
       }
      ],
      "code": 403,
      "message": "The referrer null does not match the referrer restrictions configured on your API key. Please use the API Console to update your key restrictions."
     }
    }
  • 04-09-2016, 13:10:26
    #2
    ip adresininiz engellenmiş
  • 04-09-2016, 13:24:02
    #3
    yok değil, zaten api aldığım ip ile bakıyorum ayrıca, diğer ip' lerle de bakıyorum aynı hatayı veriyor.
  • 06-06-2020, 01:52:15
    #4
    Üyeliği durduruldu
    çözüm nedir