I'm sorry for the trouble you're having. I have on idea of what's happened and why but thought it timely to point out for the benefit of those reading this thread: I highly suggest you use two-factor authentication with GMail: http://googleblog.blogspot.com/2011/02/advanced-sign-in-secu... Or Jeff Atwood's post on this: http://www.codinghorror.com/blog/2012/04/make-your-email-hac... Your email is too valuable to be l…
I think that the root of this issue is the stupid Google policy of not distinguishing any variation of your address if a '.' character is in there -- until someone registers it. People get confused and try to login. So if your address is jsmith@gmail.com, you can send email to (or login with) j.smith@gmail.com or jsmit.h@gmail.com.... at least until someone registers jsmit.h@gmail.com! I was an early beta GMail user…
The only way to get hold of a human at Google
91–100 of 189 posts
Re: The only way to get hold of a human at Google
#92Earlier quoted context omitted.
I think that model creates a moral hazard considering that in this instance the account was locked down by Google.
Yup, it's perhaps a tough PR sell because it create the potential for misaligned incentives, but I don't think it is a totally crazy idea. I'm pretty sure Microsoft waives the fee for their paid TechNet support if the problem was due to a legitimate bug or problem on their end.
Re: The only way to get hold of a human at Google
#93Earlier quoted context omitted.
Google's got enough of my info. If they want to come up with a two-factor auth, I'm happy to provide the public half of a PKI keypair. Of my choosing. Not my phone number, thanks. My real email is too valuable to be left to GMail.
You can get a list of 1-time pads instead.
Re: The only way to get hold of a human at Google
#94Earlier quoted context omitted.
Giving away an awesome mail service for free to the world is not evil. Being too busy to support every Tom, Dick and Harry that has problems with it is also not evil. An analogy: "Hey Tom, I'm not using this rake any more. Would you like to have it? I'll give it to you." "Sure Dick. Thanks, this is a very nice rake indeed." The rake breaks. "Hey Dick. The rake doesn't work any more. Come over here and fix it." "Sorry…
> if you want support, you pay for it. That's no excuse to provide a shitty service. For 99% of people GMail is not shitty and is infact quite awesome. That doesn't change the fact that with the amount of people Google has, not having even a queue for people to get minor issues fixed (Freaking MICROSOFT can get this right, for crying out loud!!) is ridiculous.
In my opinion, the thing done wrong was offering support through unofficial channels. It sets the wrong expectations and perpetuates the notion that if you know the right people, you'll get the support that others can't, and honestly don't deserve.
If I give rakes out to 100 people, should I have to hire staff to fix the ones that break? No. I gave them something for free. If they don't like it, they can go somewhere else. If they buy a rake, then they'll get a warranty, and be entitled to speak to a human about it.
To your point directly though, it IS an excuse to provide shitty service, if they did that. As you said, it's beautiful and perfect for more than 99% of their customers.
Re: The only way to get hold of a human at Google
#95This is a general problem with Google and their customer-no-service attitude. It's just deplorable. It really is. You have to wonder: What is it going to take for them to give a shit and actually do something about it? Very soon the word gets out that HN is where you can get your Google bullshit problems fixed and we'll be treated to pages-upon-pages of people with Google problems. The general issue is that of accoun…
Giving away an awesome mail service for free to the world is not evil. Being too busy to support every Tom, Dick and Harry that has problems with it is also not evil. An analogy: "Hey Tom, I'm not using this rake any more. Would you like to have it? I'll give it to you." "Sure Dick. Thanks, this is a very nice rake indeed." The rake breaks. "Hey Dick. The rake doesn't work any more. Come over here and fix it." "Sorry…
http://groups.google.com/group/Gmail-Help-Logging-In-en/brow...
Re: The only way to get hold of a human at Google
#96I'm sorry for the trouble you're having. I have on idea of what's happened and why but thought it timely to point out for the benefit of those reading this thread: I highly suggest you use two-factor authentication with GMail: http://googleblog.blogspot.com/2011/02/advanced-sign-in-secu... Or Jeff Atwood's post on this: http://www.codinghorror.com/blog/2012/04/make-your-email-hac... Your email is too valuable to be l…
Re: The only way to get hold of a human at Google
#97Earlier quoted context omitted.
I think that the root of this issue is the stupid Google policy of not distinguishing any variation of your address if a '.' character is in there -- until someone registers it. People get confused and try to login. So if your address is jsmith@gmail.com, you can send email to (or login with) j.smith@gmail.com or jsmit.h@gmail.com.... at least until someone registers jsmit.h@gmail.com! I was an early beta GMail user…
False. It is not possible to register multiple variants of the same address. The reason you get misdirected email is because people are entering the wrong address in forms. You should see all the email that goes to paul@gmail.com :)
Re: The only way to get hold of a human at Google
#98Earlier quoted context omitted.
Giving away an awesome mail service for free to the world is not evil. Being too busy to support every Tom, Dick and Harry that has problems with it is also not evil. An analogy: "Hey Tom, I'm not using this rake any more. Would you like to have it? I'll give it to you." "Sure Dick. Thanks, this is a very nice rake indeed." The rake breaks. "Hey Dick. The rake doesn't work any more. Come over here and fix it." "Sorry…
Can you even pay for gmail? http://groups.google.com/group/Gmail-Help-Logging-In-en/brow...
Also, I don't know anything about this, since I've never used it, but in looking at my account options on the 'Help' page, they have a "Prioritized Phone Support" that it seems you can pay for: http://support.google.com/accounts/bin/answer.py?hl=en&a...
Re: The only way to get hold of a human at Google
#99Re: The only way to get hold of a human at Google
#100I'm sorry for the trouble you're having. I have on idea of what's happened and why but thought it timely to point out for the benefit of those reading this thread: I highly suggest you use two-factor authentication with GMail: http://googleblog.blogspot.com/2011/02/advanced-sign-in-secu... Or Jeff Atwood's post on this: http://www.codinghorror.com/blog/2012/04/make-your-email-hac... Your email is too valuable to be l…
I think that the root of this issue is the stupid Google policy of not distinguishing any variation of your address if a '.' character is in there -- until someone registers it. People get confused and try to login. So if your address is jsmith@gmail.com, you can send email to (or login with) j.smith@gmail.com or jsmit.h@gmail.com.... at least until someone registers jsmit.h@gmail.com! I was an early beta GMail user…
Good thing to remember this when writing a system that compares email addresses--always normalize Gmail addresses on the backend before processing--but woe betide you if you normalize on the frontend, people love their dots!