A Google Account is a user account that provides access to Google-owned services.
Questions tagged [google-account]
443 questions
2
votes
1 answer
Google App Engine - Transfer Application From A Closed Account To Another
Is it possible to transfer an application from a closed Google account to a new Google account?

user1708727
- 21
- 1
2
votes
1 answer
How to exclude GooglePlus contacts while reading RawContacts
I'm reading RawContacts from Google accounts in Android like this.
final Cursor cursor = cr.query(
ContactsContract.RawContacts.CONTENT_URI, null,
RawContacts.ACCOUNT_TYPE + " = ?",
new String[] { "com.google" },…

Binoy Babu
- 16,699
- 17
- 91
- 134
1
vote
0 answers
Cloud file storage using individual Google Accounts?
I've never done any real web-related development, so I'm hoping for some guidance. I'm developing an application whose service generates and works with a single file. Currently that file is managed locally on the same machine as the application. For…

sethro
- 2,127
- 1
- 14
- 30
1
vote
1 answer
ionic 6 google account firebase
I am using ionic 6. when using the function loginwithgoogle using firebase , it's work perfectly without any error in te web. it's take me to the right page "principal", but the task is setting the app in an Android mobile. after putting the…

ikat88
- 11
- 3
1
vote
1 answer
Flutter App - Preventing Google Prompts from Taking Over The Screen
I have a flutter app that is designed to be placed as a fixed camera and based on what it sees give commands for IOT purposes.
To prevent it from sleeping, I am using a library called wakelock. (https://pub.dev/packages/wakelock)
Unfortunately, this…

Andrew
- 15
- 3
1
vote
1 answer
How to automatically load a google apps script menu on all user accounts?
I've searched around for this, but haven't found any info. I've written a few scripts that are bound to certain google docs/sheets. Instead of being bound to a particular doc/sheet, is it possible to have a google action script that loads whenever…

Nick Pisca
- 23
- 2
1
vote
1 answer
I don't understand how my google action shows up on "Works with Google" search
I have followed below tutorial to build my own home action.
https://github.com/actions-on-google/smart-home-nodejs
I don't understand well on how this works. Let me explain you all about what I have understood so far and what I have done by…

jlee4923
- 11
- 2
1
vote
0 answers
How do I change the package and Email on Play Console?
I have an a developer account on Google Play Console with couple of apps. The thing is I would like to change the email and the package name. My email is (let's say) myemail@gmail.com and the package name of all my apps is com.myemail.appname. I…

Mark Delphi
- 1,376
- 1
- 11
- 29
1
vote
0 answers
Does google delete users passwords that are saved in that account permanently after user has deleted their google account?
Please read everything before answering
what happend to all password in a google account if I delete my Google account? Will it deletes all the password too?
Story here
(Im honestly not scared about "it will be deleted", i actually really wanted it…

Alex
- 11
- 2
1
vote
0 answers
How to get your firebase email from google-service.json
I know that is a hard request but I have a way to know the email account matched by my old project because they stopped my database and I want to fixe it.
So there is a solution to get at least the email from the google-service json or AuthSecret…

ala freestyle
- 109
- 10
1
vote
0 answers
Denying Keycloak Authentication based on Google Account Attribute
The System consists of a Keycloak 16.0.0 instance and uses Google as an Identity Provider. I want to fail the authentication based on an attribute that is given inside of the google account information.
The JSON from the google API (GET…

Jeru
- 11
- 1
1
vote
1 answer
Why deleted file still show up in result while query by Google Drive API
I am doing a service automatic generate file and upload it to google drive using Spring boot and java 8. This is an external service of another bigger service.
The Google environment I'm using:
Google account A with 1 folder name: reports
Service…

Dattq2303
- 302
- 2
- 13
1
vote
1 answer
Some users get an error and weird URL when trying to access my Google Script. Debug Tips Welcome
I wrote two small Google Scripts that present simple forms to fill in. Most of my user community has no trouble using them. A small minority of users can never open the forms, instead they get "Sorry, unable to open the file at this time" error page…

SaintDubious
- 13
- 3
1
vote
0 answers
Can't sign into Google account from Word using MS-OFBA
I am implementing a custom WebDav server that will use MS-OFBA and allow users to sign in with their Google account.
I have it working with Microsoft accounts. When I try to implement Google account (using OAuth2), I get the following error from…

Brian Ball
- 12,268
- 3
- 40
- 51
1
vote
1 answer
Google Script experienced an error only for other users (works fine for me)
I'm new to this and created a simple script to collect data with a save button.
It works fine for me as the developer, but other users get an error message:
"Script [name_of_script] experienced an error"
This is Google Apps Script is linked to…

TPotter
- 11
- 2