我在 abc@example.com
帐户上托管了一个云功能,可将文件上传到 Google Drive 文件夹。
但谷歌驱动器文件夹在另一个谷歌计数xyz@example.com
。我已将该文件夹的访问权限授予 abc@example.com
但是当我部署云功能时,它在日志中显示 Please visit this URL to authorize this application **link**
。
我无法使用该链接授权云功能,它正在重定向到 http://localhost:8000。
我在这里遗漏了什么?