Google 云端硬盘 API 授予对 another/multiple 应用程序的访问权限

Google Drive API grant access to another/multiple Apps

目前,我们有一个移动应用程序使用范围

将数据存储到 Google 驱动器文件夹中
https://www.googleapis.com/auth/drive.file

View and manage Google Drive files and folders that you have opened or created with this app

现在我们还计划添加一个网络应用程序。问题是,网络应用程序无法访问移动应用程序上传的文件,反之亦然。

那么有没有办法告诉 Google Drive API 这两个应用程序(网络应用程序和移动应用程序)实际上是 'same' 应用程序? 我想避免使用范围来完全访问用户的 Google 驱动器。

https://www.googleapis.com/auth/drive

或者是否有另一种方法可以让两个应用程序 read/write 同一个文件夹?

提前致谢。

我也看了Google Picker API,但好像不是我想要的

出于文档目的发布此内容。

如评论中所述,这两个应用程序应该属于同一个 Google Cloud Platform project,这是“告诉”API 它们是同一个应用程序的唯一方法。

如果它们不属于同一个项目,您应该使用 drive 范围。