Bostwickenator / STGUploader

Upload photos from PMCA cameras to Google Photos
MIT License
30 stars 10 forks source link

Doesn't add uploaded items to any album #21

Open jonasjeeliasson opened 5 years ago

jonasjeeliasson commented 5 years ago

Hi,

Version 1. 8 uploads items fine everytime now for me, but doesn't add them to the "drop box" album. Did this functionality disappear when you changed to Google Photos API?

Kind regards Jonas

Deph0 commented 5 years ago

By the looks of it, this "feature" didn't survive the migration to google photos api.

There seems to be a way to implement this, by defining "albumId": "ALBUM_ID", to the payload of createMediaItem, I believe one could perhaps add a setting to let the user decide which album to add it to.

Personally I'd actually like getting the date from the image/video, but not sure how that would be implemented.