265 questions
2
votes
0
answers
66
views
Changes made in Google OAuth testing project are not reflecting
Changes made in the Google OAuth testing project are not reflecting.
I tried updating the Redirect URI in Google Cloud Console
, but even after saving, it still throws a redirect_uri_mismatch error. ...
0
votes
1
answer
73
views
How to control order in which functions are displayed in firebase console? [closed]
In the Firebase Console, when showing the list of functions, what determines the order in which the functions are displayed?
I am in the very early stages of a project and already have 16 functions, ...
2
votes
2
answers
127
views
Google Crawler cant find my privacy policy link
Google Search Console Crawler Can't Find Privacy Policy Link During Verification
Problem
Google Search Console's verification crawler cannot find my privacy policy page, preventing successful homepage ...
0
votes
0
answers
22
views
How to establish a Windbg (kdnet) kernel debug connection between two GCP VMs?
Things I have configured:
bcdedit dbgsettings commands to setup the net hostip, port, busparams and key
Firewall port allowed (even tried with FW tirned off)
The WinDbg UI blocks on "Waiting to ...
0
votes
0
answers
65
views
How to Securely Store Google Drive API Client ID & Secret in a Flutter App?
I am developing a Flutter application that uses the Google Drive API via Google Cloud Console and OAuth 2.0 to access and store user data on their Google Drive.
On Windows, I noticed that I need to ...
0
votes
1
answer
93
views
Google Cloud Console (Service account) post request to Google App script webapp => Unautorized 401
PROBLEM
Unautorized 401 error when posting a request to Google App Script webapp, from my Google Cloud Console function with a service account.
OVERVIEW
Google App Script Webapp deployed with
Execute ...
0
votes
0
answers
95
views
How to test deploy your google apps script editor add-on
I am trying to run test deployment for my editor add on created. The addOn creates a menu on the top and on click of it sidebar opens on the side panel. This is my appsscript.json file
{
"...
1
vote
2
answers
667
views
How to Transfer an Android App to a New Firebase Account with the Same Package Name?
I'm moving my Android app from an old Firebase account to a new one. I've deleted the app from the old Firebase project and am trying to register it in the new Firebase account, but I keep ...
1
vote
0
answers
58
views
Why can any user access to my UAuth app that is in test mode?
I am building an app that uses Google OAuth 2.0 for user authentication. The app should only allow access to users registered as test users in the Google Cloud OAuth consent screen, which is currently ...
0
votes
2
answers
42
views
Flutter internal error while using signInWithEmailAndPassword
I'm trying to create a sign-in form using flutter and firebase. I'm facing the following error while using the signInWithEmailAndPassword function:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] ...
0
votes
1
answer
535
views
OAuth consent screen is verified but still 100 user cap showing
I'm hoping to get some clarification on Google Sign-in for my website and app. I've successfully verified my OAuth consent screen, but I'm seeing a "100 user limit" displayed.
Here's the ...
1
vote
1
answer
6k
views
How do I fix the Access blocked: Authorization Error (Request details: redirect_uri=http://web/market/social-auth/complete/google-oauth2/)?
ERROR MESSAGE: "You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure.
You can let the app developer know that this app doesn't comply ...
0
votes
0
answers
28
views
is there anyone know about how to save the captured image, recorded audio and location address to save in google drive using python
enter image description here
Description:
I'm encountering an issue with my application where I receive a "redirect_uri_mismatch" error with the status code 400. I'm using [Visual studio ...
0
votes
1
answer
408
views
How to Embed google review in Django website?
I was going through the Google Cloud Platform Console to find out how I could embed a Google review on my Django website. I found the Google Places API to be the most relevant (not quite sure), but ...
2
votes
1
answer
275
views
How to verify Azure App Service generated domain with Google Cloud Console?
Let's say I created an app service (Web App) in Azure, whether it is for a fronted side or backend API. A custom domain name is created for this service during setup. Along with it, I have Google ...
1
vote
1
answer
721
views
Can I have multiple OAuth 2.0 Client IDs for Android
Trying to implement Google sign-in using Firebase and Google Sign-in package in Flutter.
In my Google cloud console, there are 2 options for OAuth 2.0 Client IDs for the Android type.
The two options ...
2
votes
1
answer
1k
views
Unable to get google app for verification
When I use google OAuth for login verification, there's warning pop up with
Google hasn’t verified this app The app is requesting access to sensitive info in your Google Account. Until the developer ...
0
votes
1
answer
599
views
No regions displayed in the dropdown when setting up external identities for IAP backend service on Google Cloud
I'm trying to set up Google Identity-Aware Proxy (IAP) to use external identities. However, when I try to choose a region during the process, the dropdown shows "No items to display" and ...
0
votes
1
answer
214
views
Google auth page is not working in my current project. I am attaching the image current problem and the eroor message
I am trying to make a project which uses google plus api from google cloud console that is used for authentication, but as soon as I click on the id for the authentication it shows this error. I dont ...
-1
votes
1
answer
200
views
Inconsistent Response from Google Safe Browsing API for Known Unsafe URL
My goal is to validate the safety of URLs using the Google Safe Browsing API.
However, I've been facing an issue with the API returning an empty response {} for the URL http://testsafebrowsing.appspot....
1
vote
1
answer
1k
views
Is there a way to inspect the files inside a PersistentVolume from GKE by using Google Cloud Console?
Consider a pod, whose one of the containers mount a PVC that points to a persistent volume (using NFS storage class). All of it is running over Google Kubernetes Engine. Is there a way to inspect the ...
0
votes
1
answer
436
views
How to change project owner in Google BigQuery after accidentally assigning service account ownership?
Accidentally made service account owner of a Google BigQuery project
I created Google BigQuery project in my Google Cloud Console to pull in raw data from a Google Analytics 4 property. I'm fairly new ...
0
votes
1
answer
116
views
How can i disconnect Google Actions from my project without deleting the whole project?
I want to remove Google Actions from my project. But if i understood correctly, pressing delete project removes the whole project, including all Firebase and Analytics data linked to it. How can i ...
1
vote
1
answer
134
views
Gating a custom docker container in VM instance container with the same authentication and authorization of Google Cloud Run instance
Let me explain the current scenario that we have setup, so I can better explain what I want to achieve:
Currently, I have a working GC Run instance running that requires authentication.
As you might ...
0
votes
1
answer
552
views
Google Maps API returns a Blank/Empty Screen and Error 400
I added Google Maps API to Flutter app and it keeps returning a blank screen with the error Unexpected response code 400 for https://clients4.google.com/glm/mmap/api
I added the API to every possible ...