1,018 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
36
views
Claim SDK in Google SDK console and verification.properties seems to be incorrectly placed in aar
I need to claim my SDK in Google SDK console and i have followed exact steps mentioned there. But it seems like those steps lead to verification.properties file being placed in incorrect location ...
-1
votes
0
answers
34
views
Google cloud run workers best option [closed]
I have a question regarding google cloud run, in my python code im using uvicorn with workers locally so when deploying to cloud run i searched for the optimal number of workers and i found that when ...
0
votes
0
answers
43
views
Chrome dev console performance monitor details
I am analysing the performance of my angular app and when I see the performance monitor in the dev console I see the CPU usage and heap size in the graph (and numbers for these displayed on the left)....
0
votes
0
answers
100
views
Google Cloud Vertex AI Service Not resolving Request
I tried to send a Post Request to my Google Service and it would not return an image. It says that it's missing text content. But I added a Image and a Prompt to the Payload.Log from Google Console
...
2
votes
0
answers
114
views
Google Play AndroidPublisher API: HttpStatusCode is Unauthorized - Insufficient permissions for service account
I'm trying to use the Google Play AndroidPublisher API with a service account to access my app's subscription and purchase data. I’ve already followed the steps below:
✅ What I've Done:
Created a ...
0
votes
0
answers
39
views
Additional plugin required for App Action Test Tool
I am trying to open my app with google assistent voice commands
i was able to configure the app to open with terminal commands for example with
adb shell am start -a android.intent.action.VIEW -d ‘...
0
votes
0
answers
13
views
Having trouble connecting to FireStore database
I have this assignment that requires me to create a collection in a Firestore database, whenever a user logs into the site. I have everything configured from the Google Console's side, and at some ...
0
votes
1
answer
140
views
Google OAuth2: Redirect URI mismatch even after copying the exact path [duplicate]
I was integrating Google OAuth2 into my app and kept getting this error:
"Error 400: redirect_uri_mismatch"
I copied the exact URL from my browser’s search bar and pasted it into both the ...
0
votes
2
answers
230
views
Flutter: url_launcher not working on play store release
I'm using the url_launcher package in my flutter application. Testing on debug mode works, and so does release mode. However, when I update my app on the play store, it doesn't work. I have also tried ...
0
votes
0
answers
53
views
Google Play Application rejected - Application is not available on Google Play
Before Google Play closed testing the game, it failed a review:
"Your app does not meet Play Console requirements.
Some types of apps can only be distributed by organizations. You can only publish a ...
0
votes
1
answer
47
views
Created a Chrome extension, but I am unable to publish my OAuth
Recently, I created and published my Chrome extension, but to make OAuth work for everyone, I need to change its status from "Test" to "Public." However, it is asking for an ...
0
votes
0
answers
52
views
Google API for Monetization Issue when accessing Youtube Revenue data for channel
I have the ClientId and SecretKey json file and trying to get the estimatedRevenue for the youtube channel.
I have this scope defined
SCOPES = ["https://www.googleapis.com/auth/yt-analytics-...
0
votes
0
answers
86
views
Getting REQUEST_DENIED error in Android app with Geocoding API
I’m encountering an issue when trying to use the Google Geocoding API in my Android app. When I make a request, I get the following response:
{
"error_message": "This IP, site or mobile ...
0
votes
0
answers
724
views
Access blocked: <> has not completed the Google verification process
I'm getting an access blocked message when I try to authorize an app. The app is created on my Console Account and I am using the same email. I am listed as an owner and a test user. The app is an ...
0
votes
0
answers
155
views
Missing required parameter: redirect_uri: Google API OAuth Problem
I want to build something with the Google Calendar API and now I'm trying to set all things up. I created a project in Google Cloud Console and set it to External with Status "Test". I set ...