gphotosuploader / google-photos-api-client-go

Google Photos API client for your Go apps
https://pkg.go.dev/github.com/gphotosuploader/google-photos-api-client-go/v3
MIT License
41 stars 20 forks source link

Uploads are showing the date of the upload as filename #116

Closed pacoorozco closed 1 year ago

pacoorozco commented 1 year ago

Describe the bug Take a look to gphotosuploader/gphotos-uploader-cli#398

To Reproduce Steps to reproduce the behavior:

  1. Upload an object
  2. Go to Google Photos UI and show the object's metadata
  3. See filename field

Expected behavior The filename field should be set to the local filename when the file was uploaded, the upload date is shown instead.