在 google 云存储中找不到 Public API 访问权限

Can not find Public API Access in google clould storage

来自https://github.com/GoogleCloudPlatform/storage-getting-started-javascript

/**
    * Enter the API key from the Google Developers Console, by following these
    * steps:
    * 1) Visit https://cloud.google.com/console and select your project
    * 2) Click on "APIs & auth" in the left column and then click “Credentials”
    * 3) Find section "Public API Access" and use the "API key." If sample is
    * being run on localhost then delete all "Referers" and save. Setting
    * should display "Any referer allowed." For more info see:
    * https://developers.google.com/console/help/new/#generatingdevkeys
    */

我转到了第 3 步,但是我看不到 Public API 访问权限。我在哪里可以找到它? 这是我的屏幕截图

页面已移动。更新说明:

  1. 从顶部的下拉列表中访问 https://console.developers.google.com 和 select 您的项目。
  2. 点击左侧菜单栏中的“凭据”。
  3. 单击 "Create credentials" 下拉菜单和 select "API key"。
  4. Select "Browser Key"
  5. 如果示例正在 运行 本地主机上,则删除所有 "Referers" 并保存。