gpt4 book ai didi

javascript - 删除 Google Drive Web Auth token javascript

转载 作者:行者123 更新时间:2023-11-28 06:31:41 24 4
gpt4 key购买 nike

我已经为 Google Drive API 设置了 Web 身份验证。我使用了教程here ,并且我可以成功上传和下载文件。不过,我无法在 API 中找到引用。关于如何撤销身份验证(我想为我的用户提供该选项)。我在 SO 上找到了这个: gapi.auth.signOut() 但它不会删除身份验证,也不会在控制台中给出错误。没有gapi.auth方法来删除 token 吗?

最佳答案

要撤销 token ,您可以进行 REST 调用:

https://accounts.google.com/o/oauth2/revoke

并包含 token 作为参数:

curl https://accounts.google.com/o/oauth2/revoke?token={token}

Google reference

关于javascript - 删除 Google Drive Web Auth token javascript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34665633/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com