简体   繁体   English

如何在Android上使用Google云端硬盘打开Goog​​le文档文件

[英]How can I open a google doc file with Google Drive on Android

I am using the Google Drive List API on an own Android app and listing the files stored on Google Drive. 我在自己的Android应用上使用Google Drive List API,并列出了存储在Google Drive中的文件。 When I select a Google Doc file on my own App I want to open it with the official Google Drive Android-App, how can I do this? 当我在自己的应用程序上选择一个Google Doc文件时,我想使用官方的Google Drive Android-App打开它,该怎么办?

Thanks! 谢谢!

If you open the file URL in Android, it should ask you if you want to use the Google Doc app or the web browser. 如果您在Android中打开文件URL,它会询问您是否要使用Google Doc应用程序或网络浏览器。

The URL is typically what you'll get from the Doc List, something like: https://docs.google.com/document/d/_Doc_list_resource_id_/edit 该网址通常是您将从“文档列表”中获取的网址,例如: https : //docs.google.com/document/d/_Doc_list_resource_id_/edit

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM