You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my app setup for Google drive api and is configured to request https://www.googleapis.com/auth/drive.readonly - I pass that in as a scope param on the google oauth provider setup and it throws an "invalid_scope" error - "invalid=[profile,https://www.googleapis.com/auth/drive.readonly]}"
As near as I can tell all is well on the google configuration side-
The text was updated successfully, but these errors were encountered:
just to follow up on this - downloaded your projected and poked around a bit - removing the MandatoryScopes setting of "profile" from the googleOauthProvider class constructor cleared it up and passing in other scope designations (read only, application space only etc...) had the desired effect and were listed on the authentication screen for users and all is well.
I have my app setup for Google drive api and is configured to request https://www.googleapis.com/auth/drive.readonly - I pass that in as a scope param on the google oauth provider setup and it throws an "invalid_scope" error - "invalid=[profile,https://www.googleapis.com/auth/drive.readonly]}"
As near as I can tell all is well on the google configuration side-
The text was updated successfully, but these errors were encountered: