查看存储在应用程序文件夹中的文件

View files stored in the app folder

我已经开始在我的应用程序中使用 Google 驱动器 Android API 并设法让它创建文件并将它们保存到应用程序文件夹中。

有什么方法可以在 Google 驱动器中查看这些文件,以便我可以检查它们的内容(检查错误)?

不,根据 App Folder documentation:

The App Folder is a special folder that is only accessible by your application. Its content is hidden from the user and from other apps

当然,您可以添加调试 mode/UI 以在您自己的应用程序中显示文件。