Live data from Hacker News

It's been 191 days since Google Drive worked for me

dynalist.io

181–190 of 238 posts

Re: It's been 191 days since Google Drive worked for me

#181
post #180

Earlier quoted context omitted.

That's a bit disingenuous. It's also quite easy to take cheap potshots behind the anonymity of pseudonyms. The customer has unfortunately left zero details with which to contact them - my details are on HN, anybody is free to PM me, and I'm happy to see what I can do internally.

Zero details? Surely you have his email? How else is the Google support person he's talking to able to reply to him?

I think he means "on that list", not in actual comms with google.

Re: It's been 191 days since Google Drive worked for me

#183
post #180

Earlier quoted context omitted.

Zero details? Surely you have his email? How else is the Google support person he's talking to able to reply to him?

I think he means "on that list", not in actual comms with google.

The person I'm replying to said he works on the Google Drive team, so I presume he also is able to get the actual comms between Google and the customer.

Re: It's been 191 days since Google Drive worked for me

#184

Earlier quoted context omitted.

> that it's not as easy to solve as a naive first pass would assume. Because Google doesn't have the resources to tackle challenging problems? lol. A difficult to solve problem on its own is one thing, but the comically awful support Google offers indicates that it's more likely a "we don't care" versus a "we don't know how" problem.

We don't have a monopoly on clever CS people =). I'm pretty sure Dropbox and Box.net have lots of smart people working for them as well. (In fact, I have friends at Dropbox) I'm not an expert in that specific bug, so I won't speculate publicly - but the memory issue is something that has seen steady commits over time from various people who are plugging away diligently at it. It's a bit of a moving target, and there…

> In terms of the customer support side of things, I don't know all the specifics of what happened, so I won't comment further.

What possible reasons could there be for your support team denying the refund that may have been left off that page? Hypothetically speaking.

Re: It's been 191 days since Google Drive worked for me

#185
post #118

Earlier quoted context omitted.

> If you're reading HN you probably don't need that level of support, but that's not to say there aren't customers who need their hand held to restart a computer. Part of the issue is that support is never allowed to push back on the customer. They don't get to say "I'm sorry, but you'll have to do a rudimentary computing course before I can proceed further". In a business environment it's all to easy to save on trai…

There really isn't a polite way to say "Do you have anyone competent in your office you could maybe ask first?"

This has been an ongoing problem for decades.

There's the (probably apocryphal) story of WordPerfect (huh, what's that?) support. It ends with:

SERVICE: "Tell them you're too fucking stupid to own a computer."

http://www.generationterrorists.com/quotes/misc/wordperfect_...

Re: It's been 191 days since Google Drive worked for me

#186
post #77

Google has the WORSE support I've ever experienced as a (former) PAYING corporate customer of theirs. I completely distrust ANYTHING they tell me and would NEVER again be caught paying for anything coming from them. Never again.

I can't imagine myself paying for any google services. Besides. They already have my secrets, I'm keeping the money.

If you pay for them (i.e. g suite) then you can opt out of the data collection. You either pay with money or with your data; not both (unless you choose to).

Re: It's been 191 days since Google Drive worked for me

#187
post #98

Earlier quoted context omitted.

"scaling support" almost always seems hand in hand with "dumbing down for lowest common denominator". By the time things have made it through "please restart your computer"-level stuff, maybe the only way to scale is to put real engineers on problems and "allow" them to actually talk to the people having the problems. This approach seems to be the only one companies seem hell-bent on never trying.

That's exactly what I thought the second I read this: We would be needing further informations It sounds uncannily as if Google has offshored service on Google Drive.

I'm pretty sure they did. Along with some other services.

In Wrocław (Poland) we have a Google office. From water cooler talk I heard that it's mostly support.

From another source I heard about support calls where one side eventually figured out the accent and suggested moving from English to Polish ;).

Plural for information is valid in Polish and probably other Slavic languages (s. "informacja", p. "informacje"). A lot of Poles do a 1-1 translation when learning and it just sticks in their vocabulary (should work most of the time as Polish has a sizable subset of words with Germanic roots.

Re: It's been 191 days since Google Drive worked for me

#188

Earlier quoted context omitted.

You are forgetting about monitoring for changed files to resync those quickly.

Get notification of file change, binary search the list of files, make adjustments. This can also be done on a small amount of memory, independent of file count. I'm sure it's tricky to update the existing software, but as a generic problem syncing files with O(1) or O(logn) memory is not very hard.

Where's your sync client then?

(I've been very slowly designing my own, and the first thing for me was coming up with a list of awkward cases ..)

Re: It's been 191 days since Google Drive worked for me

#189
post #14

Wow, that's enraging and really bad, even for a company as... unique in its approach to customer support as Google. I really hope someone on Drive is reading this and can escalate, but it's really bad that it takes a highly voted post on Hacker News to get some kind of resolution. Even "it's too expensive to fix this, here are your files and a refund from when it started breaking" would be infinitely better than this…

I'm curious to see about the outcome this time. Usually in such cases the people working for a high-profile company feel embarrassed and intervene personally, the OP thanks them for solving the problem and the case is closed. But this time the level of embarrassment might be too high, and Google folks frequenting HN seem to be mostly programmers. They might just want to keep a low profile for now - tomorrow this post will be forgotten, and the guy will write another post "It's been 192 days..." - just like he's been writing so far and nobody cared.

Re: It's been 191 days since Google Drive worked for me

#190
post #62

Earlier quoted context omitted.

Because engineers are expensive, engineers that can talk to customers are even more expensive and decent engineers willing to do support are even more expensive. That said, I do think software devs should be more involved with the customer for other reasons, far to often they are building software without having any idea what the customers workflow is.

The same reason forcing devs to do ops on their own product justifies having devs do (some of) their own customer support. Otherwise they just toss any old crap over the fence and it becomes somebody elses' problem. Force them to solve those problems and they magically go away, cos devs hate support.

At one project we had that pushed over to QA. We didn't have to touch it. Report a problem form sent an email to JIRA allowing us to scrape the influx of 400 daily reports for potential issues. It was pretty helpful in diagnosing a Samsung Android issue where our app was killed for no apparent reason (they have their own additional resource manager that scores apps and kills them UNLESS the app has a persistent notification).
Post reply on HN