Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用“服务帐户”方法来使用 Google Drive API。我需要通过 Web 浏览器访问我的存储以创建文件夹结构,并且能够在不调用 API 命令的情况下快速更改/删除/添加文件。是否可以在 xxx@developer.gserviceaccount.com 帐户下登录?或者还有其他方法吗?
任何帮助将非常感激!
您可能想查看 JWT JavaScript 实现,例如 jwt-js [1],以重新实现服务帐户身份验证流程 [2]。