Rank: Advanced Member Groups: Member
Joined: 6/26/2015 Posts: 98
|
Hello, I tried using the tabbed browser example to login to gmail and received an error "Couldn't sign you in". Is this something that isn't supported by essential objects or is there a setting that needs to be enabled?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, Google started to block signs in from Chromium embedders since last year for security reasons. So there is no way we can resolve this from our side. The recommended alternative login method by Google is to use OAuth: https://developers.google.com/identity/protocols/oauth2/native-appAnd you can find some sample code here: https://github.com/googlesamples/oauth-apps-for-windowsThanks!
|