Earlier quoted context omitted.
I had a scare last year where Google supposedly gave me 30 days before they would shut off my Google account of 20yrs. Family photos, youtube videos, 20yrs of email, not to mention the treasure trove of personal documents on GDrive. It took two weeks to duplicate the content and back it up elsewhere. This is a paid tier Google account and I've yet to get an explanation on why this happened. It appears to be because o…
What did you use to backup your google photos?
Google terminated our Developer Account, says it is “associated”
491–500 of 501 posts
Re: Google terminated our Developer Account, says it is “associated”
#492Earlier quoted context omitted.
Proton, or fastmail, or any number of other mail providers for that matter, don't control half of the internet. They don't associate personal accounts with professional accounts, and they can't block necessary services at a whim.
> they can't block necessary services at a whim why not?
Re: Google terminated our Developer Account, says it is “associated”
#493Earlier quoted context omitted.
I'm not buying this line of reasoning entirely. The problem isn't that you don't have options with regard to hosting, email, etc (with the notable exception of google play store), the problem is that once you've picked your option it's hard to migrate out, and as a customer you have a right IMO, whether in the terms or not, to a good faith effort on the part of the service vendor to sort our any problems you encounte…
Pick a provider with that option. Building a business on top of a business that can shut you without recourse is risky.
Re: Google terminated our Developer Account, says it is “associated”
#494Re: Google terminated our Developer Account, says it is “associated”
#495Earlier quoted context omitted.
What did you use to backup your google photos?
BlackBlaze. It required some manual effort and scripting. It is on a manually triggered batch that i'm running quarterly. I wish there was a service that could do it, ideally on a more regular cadence.
Re: Google terminated our Developer Account, says it is “associated”
#496Earlier quoted context omitted.
If they can’t help you frankly the problem is probably with you or your app. But who knows… what aspect of your users do you know about that Apple refuses to understand?
> If they can’t help you frankly the problem is probably with you or your app. Fanboy logic.
Re: Google terminated our Developer Account, says it is “associated”
#497Earlier quoted context omitted.
Notice that Google Takeout is broken with regards to non-UTF8 email encodings (for some of you who archive old emails). I noticed it when coding a small tool https://github.com/karteum/gmvaultdb to (among other things) import the mbox from Takeout into an sqlite DB : Google performs some encoding conversions that permanently break all non-ascii characters in non-UTF8 emails (they are all replaced by 0xEFBFBD). In ord…
I think for email it makes sense to have an offline IMAP setup (i.e. a copy of all mail is downloaded) on at least one device (e.g. your desktop) so that you can still access things if you are abruptly cut off from the provider. This can come in handy even for temporary outages.
Re: Google terminated our Developer Account, says it is “associated”
#498Everyone here is commenting about overautomation, but this isn't an overautomation problem. It's a secondary sanctions problem. The developer isn't being banned for breaking Google's rules, he's being banned for having hired someone else who later broke those rules; and then that ban was transitively applied to their personal account as well. This is beyond the pale. Google should not have the power to decide who you…
I had a scare last year where Google supposedly gave me 30 days before they would shut off my Google account of 20yrs. Family photos, youtube videos, 20yrs of email, not to mention the treasure trove of personal documents on GDrive. It took two weeks to duplicate the content and back it up elsewhere. This is a paid tier Google account and I've yet to get an explanation on why this happened. It appears to be because o…
Re: Google terminated our Developer Account, says it is “associated”
#499Earlier quoted context omitted.
> just don't link personal and company accounts Easier said than done, in my experience. Years ago I had to log into my Company's Play account on my computer for some specific reason, one time, and more than a year after that, my daughter purchased a game on my android phone and the CEO sent me a message saying "FYI, we just paid $3 for a princess coloring book app, please enjoy it with our compliments but please del…
Guess: Logged in using Chrome? IIRC Chrome has specific functionality regarding retaining and linking Google account information. This is how you get the account-selector. As mentioned in a sibling comment: Utilize browser profiles (Chromium-based/Firefox) or Multi-Account Containers (Firefox).
Re: Google terminated our Developer Account, says it is “associated”
#500Earlier quoted context omitted.
Obsidian is a self-hosted repository that ultimately stores everything as plaintext markdown (.md). It is 100% portable and by default owned by you. Protip: you can easily sync obsidian by sharing the top-level vault directory with syncthing. Its entirely transparent, you just start obsidian and open the vault, and changes you make on one system automatically appear on others. As for protonmail, its better than googl…
I think you mean IMAP. Protonmail supports SMTP (the mail-sending protocol; it needs to to interoperate with other mail servers) but not IMAP (the client side mail-reading protocol). SNMP is something entirely unrelated, afaik.