Credentials in Google developer console not loading
A

10

6

https://console.developers.google.com/project/*/apiui/credential

The credentials panel on repeatedly clicking also does not load ( keeps loading )

I need to access the Oauth 2.0 and I am unable to because nothing is being displayed.

I have done the following activated - google analytics api ( enabled it)

Now i need to access Oauth 2.0 and My internet connection is fast yet the credential section does not laod and all other section in the google developers age is loading .

What should I do to get this resolved ?

Aesthete answered 25/8, 2015 at 8:56 Comment(2)
Had the same problem. In my case it was 404 request to apis.google.com/js/api.js?onload=patheon_core_resolveGapi. It turns out, apis.google.com was pointing to 127.0.0.1 for some reason in machine's hosts file. So better to check Net tab in browser's console.Nucleolus
Hey, i'm facing the same issue. The console in the browser shows: Refused to display 'apikeys.clients6.google.com/static/…' in a frame because it set 'X-Frame-Options' to 'sameorigin'.Costard
H
11

[late edit: Other answers imply that this can be caused by browser extensions and / or security proxies (which often come with anti virus or firewall software). Please check whether you have an adblocker/privacy tool/etc. enabled - disable temporary and then try again. If this doesn't help, continue reading...]

Sounds to me like this could be resolved by filling the OAuth consent screen

https://console.developers.google.com/project/<yourprojectid>/apiui/consent

You'll need at least a product name and the email address filled. Google recently made a change so that you cannot create credentials as long as the consent screen is not filled. Before that change one often got cryptic errors during oauth, so this change actually makes sense.

If that doesn't help i recommend setting up another project and do a quick test with that project. Sometimes a project is not properly setup at Google in which case you'd need to contact Google's customer support.

Horsemanship answered 25/8, 2015 at 11:43 Comment(1)
It is a major problem. Google should add some alerts to add Project name. Showing a loading screen without any update is really confusing.Hawthorn
C
14

For me, it was the Disconnect chrome plugin.

Chillon answered 19/3, 2016 at 15:41 Comment(2)
This was the one for me. Had to allow "apis.google.com" in Disconnect. Thanks!Salish
Thank you. This was causing me issues for so long.Uncovenanted
H
11

[late edit: Other answers imply that this can be caused by browser extensions and / or security proxies (which often come with anti virus or firewall software). Please check whether you have an adblocker/privacy tool/etc. enabled - disable temporary and then try again. If this doesn't help, continue reading...]

Sounds to me like this could be resolved by filling the OAuth consent screen

https://console.developers.google.com/project/<yourprojectid>/apiui/consent

You'll need at least a product name and the email address filled. Google recently made a change so that you cannot create credentials as long as the consent screen is not filled. Before that change one often got cryptic errors during oauth, so this change actually makes sense.

If that doesn't help i recommend setting up another project and do a quick test with that project. Sometimes a project is not properly setup at Google in which case you'd need to contact Google's customer support.

Horsemanship answered 25/8, 2015 at 11:43 Comment(1)
It is a major problem. Google should add some alerts to add Project name. Showing a loading screen without any update is really confusing.Hawthorn
C
5

In my case it was Chrome uBlock extension that prevented some JS scripts to be loaded resulting in infinite loader animation.

Congelation answered 23/1, 2016 at 22:48 Comment(1)
In my case it was the AdBlock plus extension that was causing the trouble. Seems Google Developers console is not very friendly towards ad-blockers.Fraktur
M
2

I had the same problem and it was caused by my antivirus! I have Kaspersky and for some reason, it was blocking the screen from loading. I disabled the protection from Kaspersky, re-logged to the Google account and then I could load and see the page properly. I then reactivated Kaspersky and all is now fine! Don't know why but it works! :-)

Midgard answered 16/10, 2015 at 16:4 Comment(0)
T
2

It was AdBlockPlus for me. Remember to disable it for the google developer console!

enter image description here

Thane answered 3/11, 2019 at 7:36 Comment(0)
P
2

To add. For me it was the 'Dark Mode' plugin, basically, disable plugins!

Psychologism answered 1/11, 2022 at 10:16 Comment(2)
this plus adblock plus did it for meAeon
Yes chrome extensions were blocking itWork
D
0

for me it was chrome adBlock extension, seems like all blocking extensions cause this problem

Danelledanete answered 14/11, 2018 at 7:47 Comment(0)
E
0

I was having the same issue. I hit the refresh button on the browser while the credential page was still loading and it worked.

Electrometer answered 1/12, 2019 at 10:58 Comment(0)
F
0

In my case i had to disable CORS blocker plugin

Fanchette answered 1/8, 2020 at 7:21 Comment(0)
L
0

For me it was using the Brave browser (presumably some security settings there). No error when I later tried with Chrome instead.

Lippmann answered 12/3, 2022 at 23:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.