我有一个存储Google驱动器OAuth 2.0令牌的数据库。
有数千条记录,我刚刚意识到我忘记将谷歌ID保存在数据库中。
是否可以从此类数据库记录中找到Google ID:
{"access_token":"XXXXXXXXXXX","token_type":"Bearer","expires_in":3600,"id_token":"YYYYYYYY","created":1379455302}
这是我的配置。:
Access Type: online
Approuval: Auto
Scopes: https://www.googleapis.com/auth/drive, https://www.googleapis.com/auth/userinfo.email, https://www.googleapis.com/auth/userinfo.profile
答案 0 :(得分:0)
您应该能够根据对存储数据的查询获取所需记录的元数据