使用单个 Google 驱动器作为中央数据服务器

Using a single Google Drive as central data server

我刚刚对 Android 的 Google 驱动器 API 做了一些研究,我想知道这是否可行。

有没有办法让某个应用的所有用户都将某些内容上传到 central Google Drive 帐户以便能够共享数据?

我在考虑一个应用程序,用户可以在其中上传指向 YouTube 视频的链接,其他用户可以看到这些链接,但我不确定 Google Drive 是否可以做到这一点。

Google drive api 没有为所要求的用例提供任何文档。驱动器权限也可以是对单个驱动器帐户的一般使用的约束。

Is there a way to have all users of an app upload something to a central Google Drive account to be able to share the data?

Google 驱动器 API 不是为此而设计的。

我想你要找的是Firebase Cloud Storage

Cloud Storage for Firebase lets you upload and share user generated content, such as images and video, which allows you to build rich media content into your apps. Your data is stored in a Google Cloud Storage bucket, an exabyte scale object storage solution with high availability and global redundancy. Cloud Storage lets you securely upload these files directly from mobile devices and web browsers, handling spotty networks with ease.