-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will accounts without 2FA authentication still be supported? The account in this link does not have 2FA enabled: [https://d3k4b.sha.cx/19a6e7e2ab17d7b8add049698a802ef5](https://d3k4b.sha.cx/19a6e7e2ab17d7b8add049698a802ef5). #959
Comments
Hard to say what is the root cause of these errors for accounts without 2FA as I do not even have such account to experiment. Without knowing root cause not much can be done to mitigate the situation. What command line are you using? |
Such errors occur in both the command line and Python code. Accounts with 2FA authentication do not have errors. Are there any accounts with 2FA authentication in this link https://d3k4b.sha.cx/19a6e7e2ab17d7b8add049698a802ef5 |
import os 配置日志记录logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s') apple_id = "[email protected]" 创建iCloud服务实例try: 获取所有相册try: 指定下载路径download_path = f"K:\Photos\{apple_id}----{password}\All_Photos" 下载 "All Photos" 相册中的所有照片if "All Photos" in albums:
else: logging.info("照片下载完毕。") |
There are many accounts. Are you legitimate owner of these? Please only post information that you got legitimately. |
I bought this link on Taobao. It is a public ID and is only used to download apps from other countries. Because I am involved in cross-border e-commerce, my own ID does not have 2fa certification or these, so I posted it on this link. Don't worry, it was obtained legally. |
You can buy apple IDs from different countries, https://s.taobao.com/search?commend=all&ie=utf8&initiative_id=tbindexz_20170306&localImgKey=&page=1&q=%E8%8B%B9%E6%9E%9Capp&search_type=item&sourceId=tb .index&spm=a21bo.jianhua%2Fa.201856.d13&ssid=s5-e&tab=all |
[email protected] with provided password gives Invalid User/Password error |
These accounts and passwords change dynamically, you can use the account password on the link |
fixed in 1.24.1 |
Will accounts without 2FA authentication still be supported? The account in this link does not have 2FA enabled: https://d3k4b.sha.cx/19a6e7e2ab17d7b8add049698a802ef5.
Traceback (most recent call last):
File "starters\icloudpd.py", line 6, in
File "click\core.py", line 1157, in call
File "click\core.py", line 1078, in main
File "click\core.py", line 1434, in invoke
File "click\core.py", line 783, in invoke
File "icloudpd\base.py", line 745, in main
File "icloudpd\base.py", line 1179, in core
File "icloudpd\authentication.py", line 53, in authenticate_
File "pyicloud_ipd\base.py", line 157, in init
File "pyicloud_ipd\base.py", line 221, in authenticate
File "pyicloud_ipd\base.py", line 247, in _authenticate_with_token
pyicloud_ipd.exceptions.PyiCloudFailedLoginException: ('Invalid authentication token.', PyiCloudAPIResponseException('Missing apple_id field (Missing apple_id field)'))
[5832] Failed to execute script 'icloudpd' due to unhandled exception!
The text was updated successfully, but these errors were encountered: