Error when recreating a Client ID for an Android App in the API Console

前端 未结 4 1719
陌清茗
陌清茗 2020-12-10 07:13

I created a Client ID for my Android App in the API Console specifying the package name (com.clc.mmm.free) and the Certificate fingerprint (SHA1). Then I

相关标签:
4条回答
  • 2020-12-10 08:02

    I had the same issue. There was google project which i previously linked with my current the android package. I removed the OAuth 2.0 client IDs from the previous google project.

    One can remove client ids from the credential tab under API manager.

    After removing client ids all worked like a charm.

    0 讨论(0)
  • 2020-12-10 08:03

    I had same issue. It was NOT issue on google side.

    After getting this error I spent 4 hours checking all my accounts, all projects in them and than checking it again. I have even asked all developers in my team if they had created any keys for our package name. Finally I have found a project hidden on "All projects" tab containing the client id I was searching for.

    0 讨论(0)
  • 2020-12-10 08:05

    http://code.google.com/p/google-plus-platform/issues/detail?id=554

    I had the same issue. I solved it reading the last post on this thread.

    0 讨论(0)
  • 2020-12-10 08:10

    I had same issue. It was not any issue on google side.

    First I have added fingerprint and package without any issues. I deleted it. Tried to add fingerprint with different package name. Then I got the error. I realized that the problem was not related incomplete deletion of my old entry.

    The issue was that same pair of package and fingerprint was added by android dev in different project long before.

    You can add same fingerprint with different package without any problems. That could be a hint when to troubleshoot what's going on.

    0 讨论(0)
提交回复
热议问题