icloud-photos-downloader / icloud_photos_downloader

A command-line tool to download photos from iCloud
MIT License
6.69k stars 544 forks source link

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

Open 14278358 opened 9 hours ago

14278358 commented 9 hours ago

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!

AndreyNikiforov commented 7 hours ago

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?