-
Download the repo
git clone https://github.com/keiohtani/google_photos_album_transfer.git
-
Activate Photos Library API in Google Cloud Platform
-
Download API key and move to the root of the project directory
- Create a virtual environment
python -m venv .
- Start the virtual environment
source bin/activate
pip install -r requirements.txt
python main.py
-
Your default browser will open up for the first time access.
-
Login to your Google account you want to transfer photos from.
-
Click on "advanced" and then "Go to YOUR_APP_NAME (unsafe)".
-
Your default browser will open up again for the access to the second Google account.
-
Login to your Google account you want to transfer photos to.
-
Click on "advanced" and then "Go to YOUR_APP_NAME (unsafe)".
If you have found a bug that hasn't been reported yet or want to request a new feature, please open a new issue.