Google 400 Error: invalid request Custom scheme URIs are not allowed for ‘Web’ client type

My guess is that your client is registered incorrectly in Google Cloud Console. A ‘WEB’ client is typically a server or Javascript application. An iOS app should be registered as an iOS client.

https://developers.google.com/identity/protocols/OAuth2InstalledApp#creatingcred

Leave a Comment