Skip to content
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

Closes on launch, kind of #686

Closed
ChillyFlake opened this issue Sep 20, 2023 · 5 comments
Closed

Closes on launch, kind of #686

ChillyFlake opened this issue Sep 20, 2023 · 5 comments

Comments

@ChillyFlake
Copy link

Summary

Whenever i launch 'icloud-1.15.1-windows-amd64.exe' it opens, shows a little menu of some sort with options like move or copy, says theres no username to work with and closes. when i launch 'icloudpd-1.15.1-windows-amd64.exe' all i see is "enter email/username." when i do so, it says i must submit or it needs folders or whatever and then closes.
i dont think this is a bug as it is likely my own ineptitude in using the program, but im not well versed in this type of thing and simply would rather spend my time troubleshooting than downloading 200 photos at a time over 500 times.

Context

I couldn't find any instruction sin the faq or any files in the master folder about step by step how to just run the exe files and get it to work so i figured itd be self explanatory, and googling the issue only leads to a direct link to here.

@AndreyNikiforov
Copy link
Collaborator

@ChillyFlake How are you running icloudpd? As main page for the project suggests this is a command line tool. One would run it in terminal (cmd window in Windows) with parameters - there is no GUI.

@ChillyFlake
Copy link
Author

@AndreyNikiforov as in i double click the exe and a command window opens up. attatching a snip i was able to get in the second and a half it loads before closing.
image

@AndreyNikiforov
Copy link
Collaborator

Windows double clicking runs cli programs in cmd window but without parameter. For icloudpd some parameters are required, so you need to open cmd window first and then run executable with parameters there, e.g.:

  • hit Windows-R to open Run dialog
  • enter "cmd" there and click run - that will open CMD window; the following cmds are in that CMD window
  • change drive to where you downloaded exe, e.g. D:
  • run cd folder_where_you_downloaded_exe, e.g. cd D:/downloads/
  • run icloudpd -u [email protected] -d path_where_to_download
  • you can read about parameters by running icloudpd --help

@ChillyFlake
Copy link
Author

yep, that did the trick! now i hope its alright to ask, but if i just want it to download to a folder in my d drive and delete them from icloud (so itll be empty again and ill have the photos on my drive), would this command be correct? only asking cause if its not i dont want to have 50 gb of photos download wrong or something
" C:\Users[My User]\Downloads>icloudpd-1.15.1-windows-amd64 -u [My Email] -p [My Password] -d D:[Destination Folder] --auto-delete "

@ChillyFlake
Copy link
Author

nevermind, did some poking around in the faq and read me and found what i was looking for. thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants