mtalcott / google-photos-deduper

Locally run web app and Chrome extension to remove duplicates from Google Photos
MIT License
191 stars 15 forks source link

Suggest improvements to README #6

Closed alexkuang0 closed 1 year ago

alexkuang0 commented 1 year ago

Hi Mack! Thanks for the project!

However, there are some unmentioned points (or easily missed when reading the official docs) to get the app up and running. So I would suggest mention the following:

  1. enable Photos Library API in Google Cloud console.
  2. in OAuth client configuration, add http://localhost/auth/google/callback to "Authorized redirect URIs"
  3. in OAuth consent screen settings, add your Gmail to test users.
Randl commented 1 year ago

Also worth mentioning is the required version of npm for the Chrome extension. Apparently I had too old one installed

mtalcott commented 1 year ago

I forgot about enabling the Photos API and creating the Google Cloud project. I'll go through that and add the steps, thanks!

@Randl will also add a target node version on the package.json - thanks

mtalcott commented 1 year ago

Addressed with https://github.com/mtalcott/google-photos-deduper/pull/10 and https://github.com/mtalcott/google-photos-deduper/pull/11