mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #1106] [BUG] This app is blocked #883
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#883
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 @paour on GitHub (Jan 31, 2024).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/1106
Originally assigned to: @jberkel, @kurahaupo on GitHub.
Expected behaviour
When I trigger a backup, it should complete without error.
Actual behaviour
SMS Backup+ reports the following error:
XOAuth authorization error. Please make sure you enabled IMAP in your Gmail account settings..Play Services on my device displays a notification with the following alert:
Reproduce by
No response
Android version
11 (2020)
Phone brand
OnePlus
Phone model number
8T
SMS Backup+ version
v1.6β
Messaging app
No response
Other details
No response
@paour commented on GitHub (Jan 31, 2024):
This looks like the end of the road. Even side-loaded, the app is blocked server-side by Google…
@pataquets commented on GitHub (Feb 11, 2024):
@paour #1102 stopped working?
@paour commented on GitHub (Feb 11, 2024):
Yes. I've been using app passwords forever because 2FA. I generated a new one when this cropped up, to no avail.
@marclaporte commented on GitHub (Feb 11, 2024):
Workaround: use a standard IMAP account (strong password always): https://github.com/jberkel/sms-backup-plus#usage-without-gmail-imap
@kurahaupo commented on GitHub (Feb 13, 2024):
"This app is blocked" occurs when an app uses a Google API.
The reason that using IMAP works is that although it's provided by Google, it's not defined by Google.
The IMAP protocol does not transmit any identification of the app, so the server cannot know which app is using the IMAP connection, and can't use that to decide to block it.
So the question is, which Google API is being refused?
(My money would be on the contacts list API; I would test that by changing the default message format to include just the phone number and exclude the person's name.)
@BenJewell commented on GitHub (Feb 23, 2024):
Still works fine for me using IMAP. Was getting a lot of errors a couple weeks ago but seems to have resolved itself.
@kurahaupo commented on GitHub (Apr 15, 2024):
Appears to be a duplicate of #1046