Closed egeersoz closed 6 years ago
I set up my application similar to the example application.
I can reach the consent screen. However, right after I click "allow", I get an error:
%Ueberauth.Failure{errors: [%Ueberauth.Failure.Error{message: 403, message_key: "OAuth2"}], provider: :google, strategy: Ueberauth.Strategy.Google}
How do I get more details about this error so that I can troubleshoot?
EDIT: It works if I remove default_scope: "https://www.googleapis.com/auth/calendar" from the config. Is there an issue with this scope with regards to this library?
default_scope: "https://www.googleapis.com/auth/calendar"
More details here: https://stackoverflow.com/questions/47778685/google-calendar-api-gives-403-error-during-oauth-even-though-it-seems-to-grant-a
@egeersoz is this related to #44?
I set up my application similar to the example application.
I can reach the consent screen. However, right after I click "allow", I get an error:
How do I get more details about this error so that I can troubleshoot?
EDIT: It works if I remove
default_scope: "https://www.googleapis.com/auth/calendar"
from the config. Is there an issue with this scope with regards to this library?