Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

oAuth 2.0 authentication fails on Firefox 29.0.1

  • 3 Antworten
  • 1 hat dieses Problem
  • 156 Aufrufe
  • Letzte Antwort von guigs

more options

I have an web app using oAuth2.0 Google authentication that used to work fine before Firefox update.

With Firefox 29.0.1 the API is throwing a Bad Request error (400) without any other descriptions.

I'd like to point that it is working fine for other web browsers (as IE 8.0, Safara and Chrome), so it is not an API error, actually.

Could you please fix this minor issue?

Thank you in advance, Andressa Sivolella

I have an web app using oAuth2.0 Google authentication that used to work fine before Firefox update. With Firefox 29.0.1 the API is throwing a Bad Request error (400) without any other descriptions. I'd like to point that it is working fine for other web browsers (as IE 8.0, Safara and Chrome), so it is not an API error, actually. Could you please fix this minor issue? Thank you in advance, Andressa Sivolella

Ausgewählte Lösung

Hi asivolella, Thank you for your question, I understand that there is a auth2 error. I do know that they have moved to 3 way authentication, could it be that the token has expired?

https://developers.google.com/oauthplayground/ that can get you a temporary token, but you will need the dashboard access for your domain to create a new one. Its weird it works on other browsers though.

https://security.google.com/settings/.../permissions?pli=1 these will list the current valid permissions for your account.

I just tried it with my account and this works just fine: [GET https://www.googleapis.com/drive/v2/files]

Try to reauthorize the api: https://developers.google.com/drive/v.../list#auth Also for more information about this https://developers.google.com/account.../OAuth2

I recommend getting in touch with the forums at google and trying version 30. This is the version I tried it on, I cannot verify your version.

Looking forward to your reply!

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (3)

more options

Ausgewählte Lösung

Hi asivolella, Thank you for your question, I understand that there is a auth2 error. I do know that they have moved to 3 way authentication, could it be that the token has expired?

https://developers.google.com/oauthplayground/ that can get you a temporary token, but you will need the dashboard access for your domain to create a new one. Its weird it works on other browsers though.

https://security.google.com/settings/.../permissions?pli=1 these will list the current valid permissions for your account.

I just tried it with my account and this works just fine: [GET https://www.googleapis.com/drive/v2/files]

Try to reauthorize the api: https://developers.google.com/drive/v.../list#auth Also for more information about this https://developers.google.com/account.../OAuth2

I recommend getting in touch with the forums at google and trying version 30. This is the version I tried it on, I cannot verify your version.

Looking forward to your reply!

more options

Hey,

thank you for answering it. Actually, I just tried again and now it is working fine again, on FF 29.0.1

I did not try to re-create the token neither getting in touch with google forum because I thought it was a problem with the FF version I upgraded, as it was not working only for this browser...

Anyway, thank you very much for your reply.

Cheers.

more options

HI asivolella, Thank you for posting back, if I may ask was the third party cookies enabled for the api?