MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

Add web OAuth2 video to docs #205

Open MarkEdmondson1234 opened 3 years ago

MarkEdmondson1234 commented 3 years ago

https://youtu.be/pBVAyU4pZOU

ghost commented 3 years ago

I followed this but it keep making errors like below. Any suggestions please?

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

MarkEdmondson1234 commented 3 years ago

You have to click on the link in the error message and enable the API for your project.

ghost commented 3 years ago

@MarkEdmondson1234 yes. I followed one, but I was not able to address the issues. I think there might be some problems in the APIs.

MarkEdmondson1234 commented 3 years ago

I think this may be the now defunct Google+ API. Depending on your use case you may want to look at the Google SignIn module instead https://code.markedmondson.me/googleAuthR/articles/google-authentication-types.html#googlesignin-module-example