Infinite loading screen on google play services - google-cloud-platform

Ive set up my google cloud platform credentials because i want my app to use cloud saves. Everything works perfect when testing, whenever i build from unity to my phone everything works fine.
But then i uploaded my app to google play as closed testing, changed the sha1 keys on oauth on google clouds platform to the App signing key certificate and only the emails that are added as test users on the OAuth consent screen get and infinite loading. All other accounts work fine and are able to connect to google services just fine. Ive also change the key on oauth to Upload key certificate and the problem persists.

Related

Should I publish Google app for simple API call?

I want to use Google Business Profile APIs to get data about my business into a BI tool.
I've created a blank project, create an OAuth consent screen, and created some Oauth2 credentials. I've managed to connect just fine but getting a message during the connection to say the app is still in Testing.
Do I need to publish the (practically empty) app that I'm using, or can I keep it in testing permanently? What's the pros/cons?

Google Oauth: Added a new redirect_uri, getting "The app is blocked" error on the new subdomain

My app runs on multiple subdomains
i.e. abc.foo.com xyz.foo.com for different regions.
We recently created a PWA for our app which runs on a different subdomain
m-abc.foo.com m-xyz.foo.com
To enable Sign in with Google for the PWAs, I added the redirect_uris and Authorized origins in the API Credentials for Google Cloud Platform.
Now, for these new subdomains I am getting the following error on the consent screen after choosing the google email address
This app is blocked
This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.
The app currently asks for read/write access for Calendar only.
Could not find anything definitive on support documents either.
Anybody has any idea what I might be missing here?
To check, I added another subdomain def.foo.com and added redirect_uri for it. This time Google Signin worked fine without problem.
Does this have anything to do with the apps being a PWA?
Thanks!

Google Fit API Sign in works only on one device

After getting the Google Fit API to authenticate user and read data on the phone I use for debugging, I sent the debug.apk to my friend's phone to test it. I checked the Cloud Platform console, the API dashboard shows the requests.
However, it is not working on any device except mine. I tried with testing mode on google cloud(all the emails were added as testers), it did not worked. When I publish the app on google cloud, nothing changes, same problem again, getting result code 0.
I would like to know if problem is with google cloud platform or I should wait some time...

Google Cloud Platform: Verify Application (OAuth)

On Google Cloud Platform I created a project and OAuth 2.0 Client IDs. Everything works fine (register/login with Google Account) but I have a concern with the following screen at "OAuth consent screen"
It says that it needs verification, and that I should prepare my app to submit such a request. Everything is okay but when I click on "prepare your app" (from the picture above) it gives me the following screen
Would you please be so kind and let me know what are my next steps to verify my app and how can I do that?

Magento 2 deployed on Google cloud platform admin password not working

I have just deployed a Magento 2 site on Google Cloud Platform using their own tool (not bitnami). Everything seems fine but I just cant login with the admin password that was created by the installer. What can be wrong?
I have changed the ip adress to static. Also I wonder how I can point that site to my own domain.
In the end it was done quite easily just by setting up email and domain for google authentication settings in Google Cloud RuntimeConfig API