Overwatch-Item-Tracker icon indicating copy to clipboard operation
Overwatch-Item-Tracker copied to clipboard

Error downloading from Google Drive

Open NoUsernameThanks opened this issue 7 years ago • 5 comments
trafficstars

Made the mistake of not moving my local backup out of my download folder before taking a break from the game, now it's been deleted and my last backup is 2 events old, aside from whats stored on google drive. But trying to get that i just get the error message:

image

I've recreated it in chrome, Firefox, IE 11 and Edge, and tried it without privacy blockers etc. There's nothing logged in my console either.

NoUsernameThanks avatar Apr 12 '18 07:04 NoUsernameThanks

Yeah Google Drive stuff is fucked, I dunno what's wrong, it's not really designed for what I'm trying to do. It needs a lot of work.

Js41637 avatar Apr 12 '18 15:04 Js41637

So, probably best I just power on and suck it up, i assume?

NoUsernameThanks avatar Apr 12 '18 16:04 NoUsernameThanks

Uhh, I might try some stuff, the problem with Google Drive is its super hard to know whats stored in there and users (such as yourself (or me)) don't have any clue what is actually stored in there.

It probably wont be quick though.

Js41637 avatar Apr 12 '18 16:04 Js41637

Alright, I'll just stick to hoarding boxes for now, thanks!

NoUsernameThanks avatar Apr 12 '18 19:04 NoUsernameThanks

When you have no local storage data at all then service.dataFileID (services.js) is null and so the whole thing quickly fails. I tried hacking getData so if the service.dataFileID is null it would use findDataFile to set it and it seems to download the data but then I get the error "Data returned by Google Drive does not matched expected data".

tarix avatar Apr 23 '19 14:04 tarix