Same IP but different servers #521
-
I ran iCloud-photos-downloader on dev machine, and tested everything. Once OK, I then ran it on production machine. Both of which are sharing the same public IP address. Now, the production machine can never get past the two-step authentication; it outputs "expired" every time I run the command. What should I do to make it connect? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got it working now. Hope this helps others. I need to do this first: This will ask you for 2FA code. Get the code, type it in, and 2FA will be set up. Only then you can download files. Cheers. |
Beta Was this translation helpful? Give feedback.
I got it working now. Hope this helps others.
I need to do this first:
icloudpd -p --recent 10 -l --only-print-filenames
This will ask you for 2FA code. Get the code, type it in, and 2FA will be set up.
Only then you can download files.
Cheers.