Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

oAuth 2.0 authentication fails on Firefox 29.0.1

  • 3 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 156 views
  • Last reply by guigs

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

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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!

Read this answer in context 👍 0

All Replies (3)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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!

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.

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