Since today: Google 500 Error - google-oauth

I get 500 Errors when I redirect my users to the OAuth Endpoint from Europe. Has anything changed? It worked for several months

I also don't have the rep yet to comment. But I have been noticing this issue today also.
All of my sites that use Google oauth (different tokens) are returning 500 errors after choosing the google account you want to log in with.
500. That’s an error.
There was an error. Please try again later. That’s all we know.
I checked the status page and I don't see any errors or any other reports of this https://status.cloud.google.com but it seems there is something going on since at least a few of us are seeing this. I have tried from multiple computers on different networks, and I had a friend try on a different google account and had the same issue. I am using the following gem in a rails app:
gem "omniauth-google-oauth2", "~> 0.2.1"
Edit: That page has now been updated with an notice on the bottom.
We are investigating an issue with Authentication services. We will provide more information by 07:30 US/Pacific.

I can't post a comment as a guest but I have been noticing this as well. I have found that several refreshes sometimes bring up the authentication window, but I haven't actually been able to authenticate and connect yet. I am on the Eastern coast of NA trying to access GMAIL api.

This started to happen to me this afternoon , it will occasionally work but most of the time it doesn't.
I have read this may be because you must now past through the oauth_verifier which has only just been changed, although it should not have just yet.
Source GarretMurray - https://twittercommunity.com/t/oauth-access-token-stopped-working-today/1630
He said that after adding the verifier it started to work again !

I also experienced this, but the problem seems to have been resolved by Google. I observed the errors happening on our application from roughly 13:42 - 14:28 UTC.

As per https://status.cloud.google.com/
"We are investigating an issue with Authentication services. We will provide more information by 07:30 US/Pacific."
There is also subsequent post specifically on the Google Cloud App Engine service regarding this outage available at https://status.cloud.google.com/incident/appengine/16003.
Sources: See above.

Related

Cloudflare - Custom URL Purge not working on different accounts

What is the issue with Cloudflare custom URL purge caching not working on different accounts? Bascially I have the account, and this functionality does work, but my colleague who lives in USA, I live in Europe, for her this does not work.
Can the issues be with account settings? Basically she gets the error or sometimes the cache does not want to work
I've faced issues in the past where features in Cloudflare was not working due to plugins or browser configuration. First you should confirm if the error is indeed coming from Cloudflare or from the browser.
Ask her to try to use a different browser and also a different device to confirm the issue is either tied to the account or to her location.
Try to inspect the page when performing the action to try and find out what's happening behind the scenes.

Cloudfare session drops

so ive got a custom php script upand running
I followed the cloudfare guide to change NS records to their own and now my login system is experiencing session drops. Members are logged out in a minute or so. I know approximatelly what that is related but didnt find any sufficient answers online or on their discord or community.
This is what ive found so far
https://community.cloudflare.com/t/problem-with-user-session-drop/69671/2
https://community.cloudflare.com/t/session-drop-kick-out-logout-problem/126208/5
and this link which is broken
https://support.cloudflare.com/hc/en-us/sections/200805497-Restoring-Visitor-IPs

Why is dojotoolkit.org suspended?

When I go to https://dojotoolkit.org/, I get, "Unable to connect". In some browsers I get "You have reached a domain that is pending ICANN verification".
I've used a number of dojo libraries in my code. Does anyone know what happened to the owner and whether this is likely to be fixed in the near future?
If it isn't fixed, what is my best option for replacing it?
This seems to be a temporary administrative DNS issue, based on their Twitter response:
We apologize for the issues accessing the Dojo 1 web site. We’re
working on it as fast as possible. In the mean time, you can add the
IP address directly to /etc/hosts. 104.16.205.241
There are also some workarounds on the dojo gitter.im channel:
Reference guide content is also at https://github.com/dojo/docs/ And
tutorials are at
https://github.com/dojo/dojo-website/tree/master/src/documentation/tutorials
Also, as mentioned in this related question, you can use the Archive.org Wayback Machine.
The site now appears to be back up. I was able to access it and get information on features I'm using.

Error (4800004) authorizing web app

I was debugging my app in my personal Google play services account but the company I am working on has already got their Google play services account so I changed and DELETED (deleting api credentials and unpublished it) the game. I have managed to register a new android app but when I try to register a web app I get the error #4800004 (An unexpected error has occurred. Try again later).
What should I do?
It can take approx 7 days for your old package to be removed. You will not be able to add a new one until that happens.
Your options:
Wait 7 days and try again.
Rename your package.
Alternately: You cannot have two apps with the same package details. Are your two apps conflicting with each other?
From the github post, it was mentioned that you maybe re-registering an app with the same package name. You can check if your project was already registered in the console. Projects that you have deleted will take effect after the 7th day.
For further information, you can also try to check this page. It may also have something to do with SHA1 Signing Certificate Fingerprint from android studio.
You need to make sure that the LaunchURL that you provide includes the protocol (for example: http://) in addition to the domain. If you do not provide the protocol, google appears to automatically add https://, but this led to the error posted in the question for me.

How to transfer disabled app

lately my facebook account got disabled as a 'bad app developer' without any warning. The thing is all of the apps, where I was listed as an admin got disabled, even though they didn't have any negative feedback. Some applications, where my collegues were listed as admins can be restored from their accounts (and they got enabled as they are working correctly). But there is one, where only I was listed as admin, and I can't find a way to send an appeal. There is a notice about a transfer process in the mail I received saying
For more information on recovering or transferring these applications, please visit our FAQ page: http://www.facebook.com/help?faq=17556
But the FAQ page says it can't be found.
Please can somebody point to a tutorial or step-by-step guide how to transfer the app to another account, so I can get enabled again.
Thanks many times.
As far as I am aware there is no way to recover/transfer the app to another account. All you can really do is set up a new app and point it to the same web address. That being said your account was disabled for a reason, so I would read up on the terms and conditions to find out exactly what you did wrong.