以前,在桌面应用程序中,我使用 Google Document List API 列出 Google Drive 中的所有可用文件。
但是,Android 平台不支持 Google Document List API。为了让它在 Android 平台上工作,我需要使用 Google Drive SDK。
https://developers.google.com/drive/v1/reference/files/get
我没有看到 Google Drive SDK 提供这样的功能。那么,Android 开发者可以做些什么,来达到列出 Google Drive 中所有可用文件的目的呢?