Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 1.98 KB

USERGUIDE.md

File metadata and controls

72 lines (38 loc) · 1.98 KB

User guide

Here's an extended version of content from the general README.

General setup

If you have not built the application yet, please follow the general README to get started first.

Path setup

Set mode to PATH in Main.java

Path step 1

Configure source, target in config.properties

Path step 2

Refer to PathMigrator to learn more about the path.action values.

Dropbox setup

Set mode to DROPBOX in Main.java

Dropbox step 1

Configure source, target, credentials in config.properties

Dropbox step 2

Click here to learn more.

Google Drive setup

Set mode to GOOGLE_DRIVE in Main.java

Drive step 1

Configure source, target, credentials in config.properties

Drive step 2

Click here to learn more.

Run migration

  • Open your terminal and navigate to the ./photohaul directory
  • Run the command ./gradlew run. This will start the migration process

This is how it looks like for Google Drive:

Migration step

Validate migration

Once the migration is complete, you can verify that your photos are uploaded successfully.

Google Drive validation

Folder creation was successful:

Validate step 1

Photo creation in 2015 was successful:

Validate step 2

Photo creation in 2024 was successful:

Validate step 3