Google Photos Upload Versions Save

Upload a local image directory into an Album in Google Photos (works on mac/pc/linux). Coded in C# .NET Core 3.0

v0.13

4 years ago

.Net Core 3.0 support. Upgraded to latest third party Noget packages.

v0.11-alpha

4 years ago

EXIF Description value will be used if present.

v0.10-alpha

4 years ago
  • txt and thm files will be ignored during upload.

v0.9-alpha

4 years ago

Upgrade to dotnet core 2.2

v0.8-alpha

4 years ago
  • Added automatic check if there is sufficient storage space in your Google Photos account

Permissions required in your Google Account:

  1. View the photos, videos and albums in your Google Photos (Google Drive permission)
  2. Manage photos added by this app
  3. View your Google Photos library
  4. Add to your Google Photos library

v0.7-alpha

4 years ago
  • Command Parameters supported.
  • Code refactoring.

0.6-alpha

4 years ago

Added feature to allow user to choose whether to upload images without Date Time Taken EXIF data To fulfill the enhancement request in Issue #5

v0.12-alpha

4 years ago

This build is targeted to resolved Issue #9 Merged into Master branch.

v0.3-alpha

5 years ago

The third alpha release introduces:

  • support for uploading movie files.
  • detection if album already exists and gives user the option to append album or abort.
  • support for large albums

A few bugs have also been squashed.

v0.2-alpha

5 years ago

The second alpha release introduces self-contained executables, to run the application without requiring dotnet core framework to be installed. A few bugs have also been squashed.