在哪里可以找到youtube API密钥?

时间:2017-06-06 20:25:04

标签: youtube youtube-api

我遵循了所有步骤。我选择了我想要的API(YouTube Data API)并创建了一个项目。 我现在正在搜索大约20分钟,但我找不到API密钥? 我的用户界面是德语,它是否可能被命名为API Key以外的其他东西?也许Clientschlüssel(客户端密钥)?

这就是我发现的全部内容:

enter image description here

还有一个JSON对象,但没有API密钥:

var myInfos = {
    "web":{
        "client_id":"censored",
        "project_id":"censored",
        "auth_uri":"https://accounts.google.com/o/oauth2/auth",
        "token_uri":"https://accounts.google.com/o/oauth2/token",
        "auth_provider_x509_cert_url":"censored",
        "client_secret":"censored",
        "redirect_uris":["https://localhost/ex/YouTube/index.html"],
        "javascript_origins":["http://localhost"]
    }
}

3 个答案:

答案 0 :(得分:3)

再次走过这一步,确保你已经做好了。

  1. 确保您拥有Google帐户。
  2. 登录开发人员控制台:https://console.developers.google.com/
  3. 创建项目
  4. 然后,选择YouTube数据API
  5. 点击屏幕右侧的创建凭据。
  6. 中选择您将调用API的位置
  7. 选择公众或用户。
  8. 获取API密钥。
  9. 可选:限制您的密钥。

    我只是走了所有这一切并且自己获得了一把钥匙。

答案 1 :(得分:2)

  1. 登录https://developers.google.com
  2. https://console.developers.google.com/project - 创建项目 - 输入项目名称 - 创建
  3. 选择新创建的项目
  4. 转到 API 概览
  5. 点击 + 启用 API 和服务
  6. 输入“YouTube” - 选择 Youtube API v3 - 点击启用
  7. 点击凭据 - “创建凭据” - API 密钥
  8. 将 API 密钥复制并粘贴到文本编辑器,例如记事本(保存)

答案 2 :(得分:1)

我终于找到了! 您必须转到Zugangsdaten(凭据),然后单击Anmeldedaten erstellen(创建凭据),现在您可以选择API密钥了!

enter image description here