mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #753] My entire SMS data is in SMS Backup+ cloud, can it be deleted if we revoke the permission to our Gmail accounts? #619
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#619
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VenkateshSegu on GitHub (Apr 26, 2017).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/753
After backup of my SMS data it will store in SMS Backup+ cloud, is it possible to delete my SMS data from SMS Backup+ cloud? If so how can it be done?
@ferdnyc commented on GitHub (Jul 8, 2017):
SMS Backup+ doesn't use a cloud store, it sends/receives the SMS content directly from your phone into your GMail mailbox on your behalf. (Or a mail account on some other email server, if you configure it to use a different one.) The only two copies of the data that exist are the original on your phone, and the backup stored in your email, both of which you control access to.
You can see in the source code file mail/BackupImapStore.java that SMS Backup+ relies on a Java library called K9 Mail, which it uses to communicate with the email server where its data is stored. In preferences/ServerPreferences the default server address is set to Google's mail server:
The app connects directly to that email server, and sends/receives the backup data in the form of email messages. The data doesn't pass through any sort of cloud provider (except to the extent that GMail is a "cloud provider", but still it's your cloud account, not any sort of "SMS Backup+ cloud").
So, if you want to remove your backed-up data, simply delete the email messages that SMS Backup+ places in your email account. If you want to prevent the app from accessing your account, revoke the authorization as described in the FAQ. But that authorization only allows your phone to access your GMail account, no access is granted to any third parties as part of using SMS Backup+.
(Disclaimer: I'm not affiliated with the the app or its author, @jberkel. I'm just a user who's been using SMS Backup+ happily for 4+ years, and in that time it's greatly eased the pain of two device upgrades, and several more Android factory-resets on those devices. And I can read Java code well enough to be reasonably confident that the app is doing just what it says it's doing, and isn't spiriting all of my text messages and phone call history off for some nefarious purpose.)
@jberkel commented on GitHub (Jul 8, 2017):
@ferdnyc thanks for your explanations!
@Woi commented on GitHub (Feb 23, 2018):
Can this issue be closed then?