grails-guides / grails-oauth-google

How to add Google Oauth2 authentication using Spring Security Rest
1 stars 9 forks source link

This project is using Google+ API which is already depreciated by Google. #8

Open ChiranjibKarn opened 4 years ago

ChiranjibKarn commented 4 years ago

This step-by-step guide throws Permission denied error from Google with following message

Legacy People API has not been used in project before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/legacypeople.googleapis.com/overview?project=PROJECT_ID then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.

Any suggestion? I am using Grails 3.3.9 (With Spring security core related basic domains User, Role, UserRole)

pabloberi commented 1 year ago

Did you manage to resolve it?