ylexus / jiotty-photos-uploader

Uploads your media files to Google Photos creating albums based on the directory structure
69 stars 11 forks source link

Albums created using shared client cannot be used by dedicated client (and vice versa) #102

Closed astronaut63 closed 3 years ago

astronaut63 commented 3 years ago

Originally using V1.6.1 and had populated about 30% of albums. I then installed V1.8.0 (to use dedicated client). This created duplicate albums to the ones created by V1.6.1 After deleting 400+albums (using the excellent MiniMouseMacro) I started again with V1.8.0 (dedicated client) and new albums created. Had a separate issue with uploading (12% of albums) so changed to V1.8.0(shared client) and again found that all albums were created again.

Documentation is clear that albums created manually/by other tools cannot be reused by jiotty- suggest just adding some extra words to warn that this also applies to using shared client <-> dedicated client within Jiotty ?

Logfile 2021-05-15T06:33:31,612 INFO [upload-pool-0] n.y.g.c.AlbumManagerImpl Reconciling 210 albums(s) with Google Photos, may take a bit of time... 2021-05-15T06:33:31,614 WARN [upload-pool-0] s.u.l.i.LoggingProviderImpl$JULWrapper Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 14.0.2 2021-05-15T06:33:31,665 DEBUG [upload-pool-0] n.y.g.c.AlbumManagerImpl Ignoring non-writable album InternalGooglePhotosAlbum{album=id: "AAB1rbjeDgOWqg568bynuVLB07Fe-Zd-

ylexus commented 3 years ago

Yes indeed, if you are using your client secret, it’s like a different application to Google Photos. So the behaviour is expected. I’ll update the documentation.

ylexus commented 3 years ago

Added a lot of cross-links and mentions of own Client Secret functionality to the wiki. Hope it's not any more confusing now.

astronaut63 commented 3 years ago

Thanks - much clearer