STATUS:INVALID_ARGUMENT and ERROR: The API Key and the authentication credential are from different projects

拈花ヽ惹草 提交于 2020-08-10 08:46:15

问题


In google street view while uploading the metadata of the photo in step 3 I am getting error:

{
  "error": {
    "status": "INVALID_ARGUMENT", 
    "message": "The API Key and the authentication credential are from different projects.", 
    "code": 400, 
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.Help", 
        "links": [
          {
            "url": "https://console.developers.google.com/project/3624944027/apiui/credential", 
            "description": "Google developer console API key"
          }
        ]
      }
    ]
  }
}

回答1:


This means the API Key and the authentication credential are from different projects. Try to use an API Key that is from the same project as your credentials. You can even get rid of the API key, as the credentials alone should do the trick.



来源:https://stackoverflow.com/questions/50410596/statusinvalid-argument-and-error-the-api-key-and-the-authentication-credential

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!