我在Windows 10上遇到这个奇怪的问题,我使用与Windows 8.1应用程序相同的代码,但我无法通过Google登录进行身份验证。
我做错了什么?
OrientDB console v.2.1.7-SNAPSHOT (build 4) www.orientdb.com
...
orientdb> connect ...
orientdb {db=demo}> select expand(distinct(@rid)) from (select from V where @rid = 'number not exist')
0 item(s) found. Query executed in 0.076 sec(s).
编辑:看起来我只有2个谷歌参考:
Edit2:是的我错过了Google.Api.Core参考。
答案 0 :(得分:3)
您确定拥有所有正确的参考资料吗?对于Google登录?你应该有3个。
更新:看起来您缺少Google.Api.Core参考