1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

API key not valid. Please pass a valid API key

Discussion in 'Google API' started by gmer4, Sep 5, 2022.

  1. #1
    curl 'https://www.googleapis.com/youtube/v3/subscriptions?key=$KEY'
    {
      "error": {
        "code": 400,
        "message": "API key not valid. Please pass a valid API key.",
        "errors": [
          {
            "message": "API key not valid. Please pass a valid API key.",
            "domain": "global",
            "reason": "badRequest"
          }
        ],
        "status": "INVALID_ARGUMENT",
        "details": [
          {
            "@type": "type.googleapis.com/google.rpc.ErrorInfo",
            "reason": "API_KEY_INVALID",
            "domain": "googleapis.com",
            "metadata": {
              "service": "youtube.googleapis.com"
            }
          }
        ]
      }
    }
    
    Code (markup):
    API key not valid. Please pass a valid API key.
    Why?

    I am attaching what you see from the credentials page (
    https://console.cloud.google.com/apis/credentials
    Code (markup):
    )
     

    Attached Files:

    • 1.png
      1.png
      File size:
      39.7 KB
      Views:
      83
    gmer4, Sep 5, 2022 IP