在 google 幻灯片中打开 ppt 或 pptx,在 Android Studio 中打开 google 文档中的文档或文字

Open ppt or pptx in google Slides and doc or word in google docs in Android Studio

我正在开发一个应用程序,我需要在 google 演示文稿中打开 ppt、ptx 和 pdf,在 google 文档

中打开 doc、word 和 pdf

我可以用一个 uri 意图打开这两个应用程序,但为此我需要文件是一个 google 工作区文件,这样我就可以得到它的 fileId

会是这样的:

String link = "https://docs.google.com/presentation/d/” + FILE_ID + “/edit";
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse(link));
startActivity(i);

有没有什么方法可以在没有id的情况下打开应用程序中的文件?

或者更好的是,有没有办法将文件转换为 google 工作区文件以获取 ID? 幻灯片是 ppt 和 ptx,google 文档是 word 和 doc

谢谢!

如果有人遇到同样的问题,确实没有办法在 google 驱动器文件查看器中显示没有来自 google 驱动器的文件 ID。因此,根据我的搜索,除非文件存储在 google 驱动器中,否则您无法真正使用此文件查看器。

在url=

之后添加完整的文件位置

https://docs.google.com/viewerng/viewer?url=http://example.in/example.ppt