This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You need to create a new project @ https://console.developers.google.com | |
# In the new project enable the Google Photos API | |
# And create a new OAuth2 credentials (you will need to setup a redirection page for this). | |
# Download the the new OAuth2 credentials as JSON file (e.g., migration.json) | |
# Start the migration process executing: | |
# $ python3 photos.py --fetch migration.json | |
# If the migration process fails (which it is quite likely to), you can restart it running: | |
# $ python3 photos.py migration.json | |
import argpase |