hermanho / MMM-GooglePhotos

Display your photos on MagicMirror from Google Photos.
MIT License
170 stars 65 forks source link

This app isn't verified #74

Closed matelot20 closed 4 years ago

matelot20 commented 4 years ago

Follow the instructions and going through Google API console. Goto "Enable APIs & Services", select "Photos Library API". Goto Credentials and create credentials. Select OAuth Client ID. Next screen select "Other" as application type. Google displays client ID strings and client secret code. Goto "OAuth consent screen" and enter "MagicMirror" in app name and support email. Click on Save. Download the key, rename to credentials.json and run node generate_token.js. After clicking on my email account, I get This App isn't verified. I've done this multiple times even creating a new OAuth client IDs.

Can you help?

eouia commented 4 years ago

First, Even Unverified App(yours) could be usable as a devloping/testing. To verily, you should open the app publicly, but it might be not your intention. When you meet alert page on consent, just ignore the warning of unverified. process further. Because this app is used only for you, so verification by Google is not needed.

matelot20 commented 4 years ago

When you say open the app publicly, you mean "magicmirror" and not Google Photos?

matelot20 commented 4 years ago

It works by going through another link to "Advanced". I was able to get the code. Thanks for your response.